Re: [sqlite] Strange SQLite bug(?!)

2016-08-02 Thread skywind mailing lists
Thanks! In the meantime I found out that version 3.8.8.3 is still working while 3.9.0.0 fails. Regards, Hartwig > Am 2016-08-02 um 18:47 schrieb Dan Kennedy : > > On 08/02/2016 01:01 PM, skywind mailing lists wrote: >> HI, >> >> it seems to be that I am not allowed to

Re: [sqlite] Strange SQLite bug(?!)

2016-08-02 Thread Dan Kennedy
On 08/02/2016 01:01 PM, skywind mailing lists wrote: HI, it seems to be that I am not allowed to add zip files to these e-mails. Thanks for reporting this. Should now be fixed here: http://sqlite.org/src/info/e64a4173d2899acf Dan. This is what I am doing to create the database:

Re: [sqlite] Strange SQLite bug(?!)

2016-08-02 Thread skywind mailing lists
HI, it seems to be that I am not allowed to add zip files to these e-mails. This is what I am doing to create the database: ExecuteStatement(databaseHandle,"CREATE TABLE A(ID INTEGER PRIMARY KEY,AnotherID INTEGER, Notes TEXT);");

Re: [sqlite] Strange SQLite bug(?!)

2016-08-01 Thread skywind mailing lists
Hi, I have added a database but it seems to be that the zip file got lost. Regards, Hartwig > Am 2016-08-02 um 01:13 schrieb Richard Hipp : > > Do you have a database schema to go with your sample program? > > On 8/1/16, skywind mailing lists

Re: [sqlite] Strange SQLite bug(?!)

2016-08-01 Thread Richard Hipp
Do you have a database schema to go with your sample program? On 8/1/16, skywind mailing lists wrote: > Hi, > > I have got a database that works using SQLite 3.7.7 but not with version > SQLite 3.13.0. I get the assertion > > Assertion failed: (((Fts3Table

[sqlite] Strange SQLite bug(?!)

2016-08-01 Thread skywind mailing lists
Hi, I have got a database that works using SQLite 3.7.7 but not with version SQLite 3.13.0. I get the assertion Assertion failed: (((Fts3Table *)pVtab)->mxSavepoint < iSavepoint), function fts3SavepointMethod, file /.../sqlite/sqlite3.c, line 144649. I have compiled the SQLite amalgamation