Issue 72: TestResult on MSSQL connection.
Status:  NoFix
Owner: ----
Closed:  Sep 2010
Reported by enricose...@hotmail.com, Oct 22, 2009
Hi people,
I'm trying to use pyodbc on linux (Ubuntu 9.04) but I have a lot of problems.
I'm using pyodbc from Windows for a lot of time and I did never have very
issue.
Now, on linux, I get error on executing simple query and the response is:
"""
    res = cur.fetchall()
pyodbc.ProgrammingError: No results.  Previous SQL was not a query.
"""

So I did try the test on MSSQL connection and I did obtain the content of
the attachment: a lot of error!
Have I some problem in my system or there is some problem in pyodbc linux
vesion.
Best regards.
test_results.txt
27.6 KB   View   Download
Oct 22, 2009
Project Member #1 mkleehammer
(No comment was entered for this change.)
Status: Investigating
Dec 31, 2009
Project Member #2 mkleehammer
Can you create a very small test for this with a single query?  The SQL Server unit tests are really designed for the 
SQL Server ODBC drivers.  There are a lot of features not handled by FreeTDS.  Perhaps we should setup a 
FreeTDS set of tests.

Thanks.

Sep 6, 2010
Project Member #3 mkleehammer
Closing due to inactivity.
Status: Invalid
Nov 21, 2010
Project Member #4 mkleehammer
(No comment was entered for this change.)
Status: NoFix