We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6c1ea commit b704741Copy full SHA for b704741
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History
2
3
+# 2.0.5 (2025-02-22)
4
+
5
+- Added support for double column types (databricks/databricks-sqlalchemy#19 by @up-stevesloan)
6
7
# 2.0.4 (2025-01-27)
8
9
- All the SQLAlchemy features from `databricks-sql-connector>=4.0.0` have been moved to this `databricks-sqlalchemy` library
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sqlalchemy"
-version = "2.0.4"
+version = "2.0.5"
description = "Databricks SQLAlchemy plugin for Python"
authors = ["Databricks <[email protected]>"]
license = "Apache-2.0"
0 commit comments