Re: [Tutor] Python sqlite with implicit cursor open and close

2012-05-18 Thread Joel Goldstick
On Fri, May 18, 2012 at 5:34 AM, Dinesh B Vadhia wrote: > In the Python documentation > (http://docs.python.org/library/sqlite3.html?highlight=sqlite#using-shortcut-methods) > it says: > "Using the nonstandard execute(), executemany() and executescript() methods > of the Connection object, your co

[Tutor] Python sqlite with implicit cursor open and close

2012-05-18 Thread Dinesh B Vadhia
In the Python documentation (http://docs.python.org/library/sqlite3.html?highlight=sqlite#using-shortcut-methods) it says: "Using the nonstandard execute(), executemany() and executescript() methods of the Connection object, your code can be written more concisely because you don't have to crea