Skip to content

Commit 66bc12f

Browse files
committed
bring back dbapi, otherwise test fails
1 parent 2b74e3e commit 66bc12f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

timeplus_connect/cc_sqlalchemy/dialect.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ class TimeplusDialect(DefaultDialect):
3333
ischema_names = ischema_names
3434
inspector = TpInspector
3535

36+
# pylint: disable=method-hidden
37+
@classmethod
38+
def dbapi(cls):
39+
return dbapi
40+
3641
@classmethod
3742
def import_dbapi(cls):
3843
return dbapi

0 commit comments

Comments
 (0)