Skip to content

Commit c6fea52

Browse files
author
Jesse Whitehouse
committed
WIP: update default paramstyle to be compatible with DBR (ROLL ME BACK PLEASE)
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent fd0edce commit c6fea52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sqlalchemy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class DatabricksDialect(default.DefaultDialect):
8282
supports_native_decimal: bool = True
8383
supports_sane_rowcount: bool = False
8484
non_native_boolean_check_constraint: bool = False
85+
default_paramstyle: str = "qmark"
8586

8687
@classmethod
8788
def dbapi(cls):

0 commit comments

Comments
 (0)