Commit e82e1cc
Additional fix to initialise connection.open to False
Additional fix to define and initialise the `connection.open` var to False earlier, to prevent the following error:
```
Traceback (most recent call last):
File "/Users/sander.goos/opt/anaconda3/envs/pysql-2.0.2/lib/python3.9/site-packages/databricks/sql/client.py", line 124, in __del__
if self.open:
AttributeError: 'Connection' object has no attribute 'open'
```
Integration tests.1 parent 57dab55 commit e82e1cc
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments