Re: [sqlite] Exitcode and savepoint problems during archiving

2019-02-27 Thread danielnagy
Hi, I have noticed that most of my suggested patch has been applied. However, the part of if( 0 == nIn ) { sqlite3_result_zeroblob(ctx, 0); fclose(in); return; } got left out somehow. As a result sqlite now throws an out-of-memory error when dealing with empty files:

[sqlite] Exitcode and savepoint problems during archiving

2019-01-11 Thread danielnagy
Hello, I have discovered three potential bugs in sqlite which I think are somewhat related. The first one is: when I run the following command and immediately CTRL-C on it in a shell, I get: $ sqlite3 -cmd ".trace TRACE" db.sqlite -Ac /usr ; echo $? ^CERROR: interrupted ERROR: