[issue7572] Strabge issue : cursor.commit() with sqlite

2009-12-29 Thread lakshmipathi
lakshmipathi added the comment: ok..let me put this question ,in different manner. Here is my code (example2) -- import sqlite3 def loopy(): return 'GNU' #get connection object conn = sqlite3.connect("/tmp/example2") #get curson obj. and invoke execu

[issue7572] Strabge issue : cursor.commit() with sqlite

2009-12-24 Thread lakshmipathi
New submission from lakshmipathi : Hi all, I'm new user to python and sqlite, let me know if i'm wrong or it's sqlite issue.When I uncomment the line from below program it works -as expected. But even when it's commented It works for first time.-As per doc,without commit