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
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