File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- # 3.1.0 (TBD )
3+ # 3.0.2 (2024-01-25 )
44
55- SQLAlchemy dialect now supports table and column comments (thanks @cbornet !)
66- Fix: SQLAlchemy dialect now correctly reflects TINYINT types (thanks @TimTheinAtTabs !)
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 3.0.1 "
3+ version = " 3.0.2 "
44description = " Databricks SQL Connector for Python"
55authors = [
" Databricks <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def __repr__(self):
2929DATE = DBAPITypeObject ("date" )
3030ROWID = DBAPITypeObject ()
3131
32- __version__ = "3.0.1 "
32+ __version__ = "3.0.2 "
3333USER_AGENT_NAME = "PyDatabricksSqlConnector"
3434
3535# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments