Skip to content

Commit

Permalink
varint is not a supported type
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Aug 23, 2024
1 parent 8913c5a commit 82123e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/all_types_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ vector<string> UNSUPPORTED_TYPES = {
"date_array", "timestamp_array", "timestamptz_array",

// Currently does not work
"uuid"};
"uuid", "varint"};

TEST(AllTypesTest, FullRangeTypes) {
auto db = std::make_shared<WebDB>(NATIVE);
Expand Down
1 change: 1 addition & 0 deletions packages/duckdb-wasm/test/all_types.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const NOT_IMPLEMENTED_TYPES = [
'dec_18_6',
'dec38_10',
'uuid',
'varint',
'map',
'json',
'date_array',
Expand Down

0 comments on commit 82123e3

Please sign in to comment.