Quote:
Originally Posted by http://www.sqlite.org/lang_transaction.html
No changes can be made to the database except within a transaction. Any command that changes the database (basically, any SQL command other than SELECT) will automatically start a transaction if one is not already in effect. Automatically started transactions are committed when the last query finishes.
|
Would make believe that it begins, and commits automatically.