Skip to content

Commit cb96a0c

Browse files
committed
Chore(duckdb): add test for UUIDV7
1 parent 69ce6b4 commit cb96a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/dialects/test_duckdb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class TestDuckDB(Validator):
99
dialect = "duckdb"
1010

1111
def test_duckdb(self):
12+
self.validate_identity("SELECT UUIDV7()")
1213
self.validate_identity("SELECT TRY(LOG(0))")
1314
self.validate_identity("x::timestamp", "CAST(x AS TIMESTAMP)")
1415
self.validate_identity("x::timestamp without time zone", "CAST(x AS TIMESTAMP)")

0 commit comments

Comments
 (0)