You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get odbc working with Informix (and python3.4 on linux 64bit).
With version 3.0.7 I got
('t\x00e\x00s\x00t\x00b\x00r\x00a\x00i\x00n\x00', 'i\x00n\x00f\x00o\x00r\x00m\x00i\x00x\x00', 's\x00p\x00', 's\x00p\x00_\x00n\x00r\x00', ...
for a cur.columns.
And trying to run cursor.execute('...') would throw the funniest charset-Informix-bugs.
Anyways. I just realized you had a github-repo, which is newer and it fixed all my problems. nerdgasm
Do you have a paypal-link, so I can buy you a beer? :)
The text was updated successfully, but these errors were encountered:
OMG THANK YOU! 👍
I'm trying to get odbc working with Informix (and python3.4 on linux 64bit).
With version 3.0.7 I got
('t\x00e\x00s\x00t\x00b\x00r\x00a\x00i\x00n\x00', 'i\x00n\x00f\x00o\x00r\x00m\x00i\x00x\x00', 's\x00p\x00', 's\x00p\x00_\x00n\x00r\x00', ...
for a
cur.columns
.And trying to run
cursor.execute('...')
would throw the funniest charset-Informix-bugs.Anyways. I just realized you had a github-repo, which is newer and it fixed all my problems.
nerdgasm
Do you have a paypal-link, so I can buy you a beer? :)
The text was updated successfully, but these errors were encountered: