We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212c2ea commit 57dab55Copy full SHA for 57dab55
cmdexec/clients/python/src/databricks/sql/HISTORY
@@ -1,3 +1,6 @@
1
+v2.0.2 - May 4, 2022
2
+- Better exception handling in automatic connection close
3
+
4
v2.0.1 - April 21, 2022
5
- Fixed Pandas dependency in setup.cfg to be >= 1.2.0
6
cmdexec/clients/python/src/databricks/sql/__init__.py
@@ -27,7 +27,7 @@ def __repr__(self):
27
DATE = DBAPITypeObject('date')
28
ROWID = DBAPITypeObject()
29
30
-__version__ = "2.0.1"
+__version__ = "2.0.2"
31
USER_AGENT_NAME = "PyDatabricksSqlConnector"
32
33
# These two functions are pyhive legacy
0 commit comments