pypyodbc
pypyodbc copied to clipboard
Code not working with 3.7.4 (latest python release)
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)