sqlite query not working

John Salerno johnjsal at NOSPAMgmail.com
Tue Nov 7 16:15:19 EST 2006


Steve Holden wrote:

> Have you tried adding a self.connection.commit() to the code? I don't 
> know whether sqlite is transactional, but if it is then the changes will 
> disappear without a commit.

Wow, that worked! Now, I know I've done some DB work before (very 
similar to this) and never used commit(), so I'm confused but still 
grateful! :)

Thanks!



More information about the Python-list mailing list