| Issue 213: | Updating fails silently though commit is used | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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()
Oct 16, 2011
Project Member
#1
mkleehammer
Status:
Investigating
Nov 2, 2011
(No comment was entered for this change.)
Status:
Hold
Sep 29, 2012
Closing due to inactivity.
Status:
WontFix
|