File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 3.0.1 (unreleased )
3+ ## 3.0.1 (2023-12-01 )
44
5+ - Other: updated docstring comment about default parameterization approach (#287 )
6+ - Other: added tests for reading complex types and revised docstrings and type hints (#293 )
7+ - Fix: SQLAlchemy dialect raised DeprecationWarning due to ` dbapi ` classmethod (#294 )
58- Fix: SQLAlchemy dialect could not reflect TIMESTAMP_NTZ columns (#296 )
69
710## 3.0.0 (2023-11-17)
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databricks-sql-connector"
3- version = " 3.0.0 "
3+ version = " 3.0.1 "
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.0 "
32+ __version__ = "3.0.1 "
3333USER_AGENT_NAME = "PyDatabricksSqlConnector"
3434
3535# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments