google-code-export / pymssql

Automatically exported from code.google.com/p/pymssql
GNU Lesser General Public License v2.1
0 stars 0 forks source link

cursor.fetchall() is always an empty list and .rowcount is always -1 with pymssql 1.0.2 and freetds 0.91. #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've compiled a new .so file against freetds 0.91 and it bricked pymssql.  
cursor.fetchall() would always return an empty list where cursor.rowcount is 
always -1.  There was no problem with freetds 0.82.  Running Ubuntu.

Any suggestion?

Original issue reported on code.google.com by stin...@gmail.com on 19 Sep 2011 at 9:19

GoogleCodeExporter commented 9 years ago
What version of pymssql?

Original comment by rsyr...@gmail.com on 19 Sep 2011 at 9:45

GoogleCodeExporter commented 9 years ago
1.0.2

I think same issue as 
https://groups.google.com/forum/#!topic/pymssql/8T8NsX4xGM4

Original comment by stin...@gmail.com on 19 Sep 2011 at 11:06

GoogleCodeExporter commented 9 years ago
pymssql 1.0.2 isn't really supported anymore.  There is new code in the HG repo 
that should be built against FreeTDS 0.91.  You will likely have more success 
going that route.

Original comment by rsyr...@gmail.com on 4 Oct 2011 at 4:55