* Dan Kennedy:
>> My concern is about sqlite3_step(UPDATE) without a following
>> sqlite3_reset(UPDATE). Perhaps I should change my wrapper to
>> unconditionally call sqlite3_reset() after DML-related sqlite3_step(),
>> whether the stepping operation succeeded or not.
>
> For a DML statement, I u
On 11/11/2015 01:19 AM, Florian Weimer wrote:
> * Dan Kennedy:
>
>> On 10/18/2015 10:27 PM, Florian Weimer wrote:
>>> My first surprise was SQLITE_BUSY_SNAPSHOT from BEGIN IMMEDIATE (see
>>> ?SQLITE_BUSY_SNAPSHOT from BEGIN IMMEDIATE?). I have found another
>>> source of such snapshot failures wit
* Dan Kennedy:
> On 10/18/2015 10:27 PM, Florian Weimer wrote:
>> My first surprise was SQLITE_BUSY_SNAPSHOT from BEGIN IMMEDIATE (see
>> ?SQLITE_BUSY_SNAPSHOT from BEGIN IMMEDIATE?). I have found another
>> source of such snapshot failures with WAL-mode databases.
>>
>> I like to pre-compile my
On 10/18/2015 10:27 PM, Florian Weimer wrote:
> My first surprise was SQLITE_BUSY_SNAPSHOT from BEGIN IMMEDIATE (see
> ?SQLITE_BUSY_SNAPSHOT from BEGIN IMMEDIATE?). I have found another
> source of such snapshot failures with WAL-mode databases.
>
> I like to pre-compile my DML statements before
My first surprise was SQLITE_BUSY_SNAPSHOT from BEGIN IMMEDIATE (see
?SQLITE_BUSY_SNAPSHOT from BEGIN IMMEDIATE?). I have found another
source of such snapshot failures with WAL-mode databases.
I like to pre-compile my DML statements before starting transactions,
mainly for the implied syntax che
5 matches
Mail list logo