Skip to content

Commit

Permalink
Add unsupported type test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dentiny committed Dec 6, 2024
1 parent 0e97387 commit 50e9d3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/regression/expected/unsupported_types.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CREATE TABLE numeric_tbl (a NUMERIC);
ERROR: Unsupported type when creating column: type precision 40 with scale 5 is not supported by duckdb, which only allows maximum precision 38
1 change: 1 addition & 0 deletions test/regression/schedule
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ test: altered_tables
test: transactions
test: transaction_errors
test: secrets
test: unsupported_types
1 change: 1 addition & 0 deletions test/regression/sql/unsupported_types.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE TABLE numeric_tbl (a NUMERIC);

0 comments on commit 50e9d3a

Please sign in to comment.