updates in sqlite3 do not work

Chris Fonnesbeck fonnesbeck at gmail.com
Tue May 29 18:30:27 EDT 2007


I have a script set up to perform UPDATE commands on an sqlite database
using the sqlite3 module. Everything appears to run fine (there are no error
messages), except that none of the UPDATE commands appear to have actually
updated the table. If I run each command on its own in a sqlite session, the
UPDATE command works fine, so it is not a SQL syntax issue. UPDATE simply
seems not to work. Any idea what the problem might be?

Thanks,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070529/74587bbb/attachment.html>


More information about the Python-list mailing list