Skip to content

Commit d29be83

Browse files
committed
Add unsupported type test case
1 parent 4bb0f72 commit d29be83

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE TEMP TABLE numeric_tbl (a NUMERIC) USING duckdb;
2+
ERROR: Unsupported type when creating column: type precision 40 with scale 5 is not supported by duckdb, which only allows maximum precision 38

test/regression/schedule

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ test: transaction_errors
2626
test: secrets
2727
test: prepare
2828
test: function
29+
test: unsupported_types
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE TEMP TABLE numeric_tbl (a NUMERIC) USING duckdb;

0 commit comments

Comments
 (0)