Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 9d99ceb

Browse files
committed
Test 3-part fully-qualified names (FQN) for DuckDB
1 parent 8f30705 commit 9d99ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_current_timestamp(self):
8585
@test_each_database
8686
class TestThreePartIds(unittest.TestCase):
8787
def test_three_part_support(self):
88-
if self.db_cls not in [dbs.PostgreSQL, dbs.Redshift, dbs.Snowflake]:
88+
if self.db_cls not in [dbs.PostgreSQL, dbs.Redshift, dbs.Snowflake, dbs.DuckDB]:
8989
self.skipTest("Limited support for 3 part ids")
9090

9191
table_name = "tbl_" + random_table_suffix()

0 commit comments

Comments
 (0)