Open GoogleCodeExporter opened 9 years ago
Use parameters instead:
cursor.execute("UPDATE EMP SET NAME=?", (None, ))
Original comment by jtas...@gmail.com
on 30 Apr 2013 at 7:09
I'm using pyodbc to query Teradata database from a Linux machine.
I'm having some other issues when selecting a column with NULL values.
If an integer is the next selected columns, it corrupts the data and returns
some garbage value.
I think it only happens when the NULL column is of type Date.
Any idea what should cause this issue and how to fix it?
Original comment by david.tz...@gmail.com
on 24 Nov 2014 at 10:00
Original issue reported on code.google.com by
anurag.c...@gmail.com
on 1 Apr 2013 at 6:56