pypyodbc icon indicating copy to clipboard operation
pypyodbc copied to clipboard

Code not working with 3.7.4 (latest python release)

Open kwoodie opened this issue 5 years ago • 0 comments

Not sure what has broken the pypyodbc library, but currently the 3.7.4 release of python is not working with the code base. When running the code I get the following stack trace. Reverting my docker container to use 3.7.3 specifically resolves the issue.

File "/usr/local/lib/python3.7/site-packages/pypyodbc.py", line 2454, in init self.connect(connectString, autocommit, ansi, timeout, unicode_results, readonly) File "/usr/local/lib/python3.7/site-packages/pypyodbc.py", line 2507, in connect check_success(self, ret) File "/usr/local/lib/python3.7/site-packages/pypyodbc.py", line 1009, in check_success ctrl_err(SQL_HANDLE_DBC, ODBC_obj.dbc_h, ret, ODBC_obj.ansi) File "/usr/local/lib/python3.7/site-packages/pypyodbc.py", line 987, in ctrl_err raise DatabaseError(state,err_text)

kwoodie avatar Sep 20 '19 17:09 kwoodie