YongpingZhang / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Updating fails silently though commit is used #213

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Script running on Python 2.6 pyodbc 2.1.11
2.Informix DB 10.00 TC6 running on Win 2003 Server
3.Updating a table like this gives no error and also table is not updated:

cursor.execute("""update sitem set price = ? where sid
= ?""",'1.0',str(g)) 
conn.commit()

Original issue reported on code.google.com by finster8...@googlemail.com on 24 Sep 2011 at 1:41

GoogleCodeExporter commented 9 years ago
Can you provide an ODBC trace for this?  I'm certain it is driver related or 
something.  I use pyodbc every day and I would certainly have noticed this ;)

Original comment by mkleehammer on 16 Oct 2011 at 12:39

GoogleCodeExporter commented 9 years ago

Original comment by mkleehammer on 3 Nov 2011 at 1:49

GoogleCodeExporter commented 9 years ago
Closing due to inactivity.

Original comment by mkleehammer on 29 Sep 2012 at 6:12