Paul McNett wrote: > Ed Leafe wrote: >> On Aug 20, 2007, at 3:27 PM, Paul McNett wrote: >> >>> No, I have no idea. The only thing I can think of is that we are >>> now in >>> the middle of a transaction whereas before we wouldn't have been (I >>> don't think). >> With SQLite, you are always in the middle of a transaction, since it >> does it implicitly. > > I don't believe this is true always. For instance, if we just issued > commit(), a new transaction isn't started yet. Also, if we just > committed and then issued only a select statement (no update, delete, > insert, create...) then there's not a transaction started yet. >
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] _______________________________________________ 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]
