[sqlite] Is a transaction in progress?

2015-05-11 Thread Florian Weimer
On 05/11/2015 09:11 AM, Florian Weimer wrote:
> Is there a way to discover if a transaction is in progress for a given
> database handle, without committing or aborting the transaction?

Found it?it's sqlite3_get_autocommit.  The name is not really obvious,
though.

-- 
Florian Weimer / Red Hat Product Security


[sqlite] Is a transaction in progress?

2015-05-11 Thread Florian Weimer
Is there a way to discover if a transaction is in progress for a given
database handle, without committing or aborting the transaction?

-- 
Florian Weimer / Red Hat Product Security