Re: [sqlite] Transaction detection...

2007-03-27 Thread spaminos-sqlite
- Original Message > From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > To: sqlite-users@sqlite.org > Sent: Tuesday, March 27, 2007 1:50:51 PM > Subject: Re: [sqlite] Transaction detection... > > > [EMAIL PROTECTED] wrote: > > Hi all > &g

Re: [sqlite] Transaction detection...

2007-03-27 Thread drh
[EMAIL PROTECTED] wrote: > Hi all > > Is there a way to detect if a transaction is active on the current connection? > Basically the equivalent of "PQtransactionStatus" in postgresql. > > I need that to automate rollback or commit depending on other variables > within my application while

[sqlite] Transaction detection...

2007-03-27 Thread spaminos-sqlite
Hi all Is there a way to detect if a transaction is active on the current connection? Basically the equivalent of "PQtransactionStatus" in postgresql. I need that to automate rollback or commit depending on other variables within my application while keeping the connection open. Thanks!