PiRSquared17 / pyodbc

Automatically exported from code.google.com/p/pyodbc
Other
0 stars 0 forks source link

MemoryError on OS X accessing Decimal columns in SQL Server database #307

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using pyodbc 3.0.6, OS X 10.8, system iODBC, FreeTDS 0.91. Connecting to a 
SQL Server database, attempting to select a single row in a table that contains 
a column of type decimal(18,2), containing a NULL in this case. If that column 
(alone or together with other columns) is included in the query, 
cursor.fetchone() fails with a MemoryError; if the column is not included, it 
works.

The same issue occurs using the head branch from pyodbc's git.

Original issue reported on code.google.com by lacerc...@gmail.com on 28 Jan 2013 at 6:12

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 28 Mar 2013 at 10:27

GoogleCodeExporter commented 9 years ago
I am also encountering this issue.

Original comment by gsib...@gmail.com on 9 Oct 2013 at 3:13

GoogleCodeExporter commented 9 years ago
I am seeing this issue as well.

Original comment by pradyut2...@gmail.com on 13 Nov 2013 at 8:59