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