File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 3.0.1 (unreleased )
3
+ ## 3.0.1 (2023-12-01 )
4
4
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 )
5
8
- Fix: SQLAlchemy dialect could not reflect TIMESTAMP_NTZ columns (#296 )
6
9
7
10
## 3.0.0 (2023-11-17)
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 3.0.0 "
3
+ version = " 3.0.1 "
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.0 "
32
+ __version__ = "3.0.1 "
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