What steps will reproduce the problem?
import pyodbc
conn = pyodbc.connect("dsn=ms_2005;UID=scott;PWD=tiger")
cursor = conn.cursor()
cursor.execute("select cast(null as decimal)")
print cursor.fetchall()
What version of the product are you using? On what operating system?
Run on Red Hat Enterprise Linux 6
Please provide any additional information below.
Original issue reported on code.google.com by spradha...@gmail.com on 22 Jul 2015 at 8:53
Original issue reported on code.google.com by
spradha...@gmail.com
on 22 Jul 2015 at 8:53