We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ccc326 + ce6b319 commit 387b994Copy full SHA for 387b994
3 files changed
cardinal_pythonlib/sqlalchemy/schema.py
@@ -138,6 +138,7 @@
138
"DECIMAL": Numeric,
139
"SMALLINT": SmallInteger,
140
"STRING": Text,
141
+ "VARCHAR": String,
142
}
143
144
cardinal_pythonlib/version_string.py
@@ -31,5 +31,5 @@
31
32
"""
33
34
-VERSION_STRING = "2.0.4"
+VERSION_STRING = "2.0.5"
35
# Use semantic versioning: https://semver.org/
docs/source/changelog.rst
@@ -885,3 +885,7 @@ Quick links:
885
886
- Fix :func:`cardinal_pythonlib.sqlalchemy.schema.execute_ddl` so that it always
887
commits. Not all dialects commit automatically.
888
+
889
+**2.0.5 (2025-04-07)**
890
891
+- Add VARCHAR to valid Databricks types.
0 commit comments