Paul McNett wrote: > Uwe Grauer wrote: >> Uwe Grauer wrote: >>> Why do you think a select doesn't start an implicit transaction in sqlite? >>> >>> Read again: >>> http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED] >>> >> http://www.sqlite.org/lang_transaction.html > > Quoting from that page: > """ > 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 at the > conclusion of the command. > """ > > I read that as meaning that issuing SELECT will *not* start a > transaction. Please educate me: where am I wrong? >
Do you see every sql command in the DatabaseActivityLog? What version of sqlite are you using? _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
