On Sunday, June 10, 2012 6:18:26 AM UTC-4, wdtatenh wrote:
>
> Unfortunately, the update didn't occur (was not a schema change) - simple 
> insert to auth_membership table.  Could see change when using local 
> cmd/python shell.  Wasn't visible when I check using appadamin.  
>
> sqlite is fine in this case because the site is not a high traffic site 
> and very low concurrency for transactions which are not monetary.
>

Then you had some transaction issues going on - e.g. you forgot to commit 
or something like that. 

If you use the sqlite3 command line tool, it should default to auto-commit, 
but you can be sure by typing "commit;"

If you were doing it using dbapi, make sure you commit before closing the 
database.

Reply via email to