Skip to content

Commit

Permalink
fix/2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Sep 5, 2023
1 parent 9463822 commit a0baf78
Showing 1 changed file with 1 addition 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 @@ -214,7 +214,7 @@ vector<string> SUPPORTED_TYPES = {"bool",
vector<string> UNSUPPORTED_TYPES = {
// Does not work full range as it overflows during multiplication
"timestamp", "interval",
"time_tz"
"time_tz",

// Awaiting Timezone implementation in duckdb to allow patching range: is only partially supported
"timestamp_s",
Expand Down

0 comments on commit a0baf78

Please sign in to comment.