Re: [Virtuoso-users] ODBC, Python and Unicode

2007-04-17 Thread Anton Krasovsky
Hi Patrick, versions are as follows: OpenSUSE 10.2 Virtuoso 5.0 pyodbc 2.0.35 with your patch iODBC 3.52.5 with your patch Python 2.5 Also, I had to patch pyodbc/cursor.cpp line 575 and 611 changing SQLINTEGER to SQLLEN to build it with iODBC. Regards, Anton --- Patrick van Kleef wrote:

Re: [Virtuoso-users] ODBC, Python and Unicode

2007-04-17 Thread Patrick van Kleef
HI Anton, thanks for your fixes, especially for doing extra work finding the problem in pyodbc. BTW are you going to contact pyodbc's author to submit this patch? Yes, once i have done a little more testing with it, i will send it to the pyodbc authors. I've applied the patches, and I c

Re: [Virtuoso-users] ODBC, Python and Unicode

2007-04-17 Thread Anton Krasovsky
Hi Patrick! thanks for your fixes, especially for doing extra work finding the problem in pyodbc. BTW are you going to contact pyodbc's author to submit this patch? I've applied the patches, and I can run my non-unicode queries with virtodbc32u_r.so fine now. However, running the pyodbctests.py