Re: [sqlite] Understanding Sqlite

2014-06-07 Thread Stephen Chrzanowski
I took a course back in the day when MSSQL-2000 was just coming out, or just had come out. I learned the nuts and bolts (Right down to the freak'n file format used at the time -- Ironically, that was the best part and I did enjoy that the most), the concepts, the attitude, and the mentality of MS-

[sqlite] FTS module and DB close

2014-06-07 Thread gwenn
Hello, How do you prevent double free/finalize of statements created by the FTS module ? I am using sqlite3_next_stmt to finalize all dangling statements before closing the connection but the program crashes because the FTS module finalizes them too when sqlite3_close is called... May be I should u