We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85e903 commit c103352Copy full SHA for c103352
src/databricks/sqlalchemy/base.py
@@ -64,6 +64,7 @@ class DatabricksDialect(default.DefaultDialect):
64
supports_default_values: bool = False
65
supports_server_side_cursors: bool = False
66
supports_sequences: bool = False
67
+ supports_native_boolean: bool = True
68
69
colspecs = {
70
sqlalchemy.types.DateTime: dialect_type_impl.TIMESTAMP_NTZ,
0 commit comments