Skip to content

[SPIIP-70] PyODBC - now works on all user accounts

Patrick Clearwater requested to merge pwc_pyodbc_fix into master

Alex - before merging could you please check on your account that it works without having access to /home/pclearwa and friends? I’m pretty sure I got it right but it’s difficult to test!

We no longer rely on the 'odbcinst.ini' in the dependencies directory, and now directly pass all the parameters to PyODBC. Nonetheless, the paths in those ini files have been corrected so they point to the right place, so they'll be usable if we ever get the ini-based system working.

Merge request reports