Open GoogleCodeExporter opened 9 years ago
Original comment by mkleehammer
on 28 Mar 2013 at 10:27
I am also encountering this issue.
Original comment by gsib...@gmail.com
on 9 Oct 2013 at 3:13
I am seeing this issue as well.
Original comment by pradyut2...@gmail.com
on 13 Nov 2013 at 8:59
[deleted comment]
this ever get fixed?
Original comment by mewa...@gmail.com
on 27 Mar 2015 at 8:27
This is a problem in 3.0.7 and at this time there is no newer release. However,
the latest source code fixes this problem. If you're using PIP you can install
this like so:
sudo pip install 'git+https://github.com/mkleehammer/pyodbc'
The latest source is on GitHub and I've recreated issue #35 to track it:
https://github.com/mkleehammer/pyodbc/issues/35
Finally, here is a query I used to test this problem:
SELECT CAST(NULL AS DECIMAL)
If you run this through Pyodbc 3.0.7 it raises a MemoryError exception but it
works fine within FreeTDS directly (tested in the tsql command-line tool).
Original comment by ne...@donuts.co
on 6 Apr 2015 at 10:36
Original issue reported on code.google.com by
lacerc...@gmail.com
on 28 Jan 2013 at 6:12