Closed GoogleCodeExporter closed 9 years ago
Also tried with: /Python26/lib/site-packages/pymssql-1.9.908-py2.6.egg-info/
and got the same results.
Original comment by eric.wou...@gmail.com
on 8 Jun 2010 at 4:55
A colleague followed up and reported:
This is working for me on Python 2.4 pymssql-1.0.1:
import pymssql
conn = pymssql.connect(host='192.168.47.25', user='sa', password='speech',
database='SpeechCorpus')
a=conn.cursor()
a.execute('select * from test_index')
a.fetchall()
This correctly returns
[(Decimal("123456789"),)]
Original comment by eric.wou...@gmail.com
on 9 Jun 2010 at 1:28
Could you please retry your test using the latest version please.
Original comment by dam...@gmail.com
on 9 Jun 2010 at 8:15
This issue occurs only on Windows platforms, when I get the chance I will do
further investigation.
Original comment by dam...@gmail.com
on 23 Jun 2010 at 9:14
My tests using Windows 7 x32 and the latest code in /trunk this works okay now.
Original comment by dam...@gmail.com
on 4 Jan 2011 at 8:24
Original issue reported on code.google.com by
eric.wou...@gmail.com
on 8 Jun 2010 at 4:39