Re: [sqlite] Severe documentation bug in sqlite3_close leading to crash

2008-07-26 Thread Hartwig Wiesmann
Am 26.07.2008 um 17:21 schrieb Stephen Woodbridge: > Hartwig Wiesmann wrote: >> The latest sqlite3_close(sqlite3*) documentation states: >> >> Applications should finalize all prepared statements and close all >> BLOB handles associated with the sqlite3 object prior to attempting >> to >>

Re: [sqlite] Severe documentation bug in sqlite3_close leading to crash

2008-07-26 Thread Stephen Woodbridge
Hartwig Wiesmann wrote: > The latest sqlite3_close(sqlite3*) documentation states: > > Applications should finalize all prepared statements and close all > BLOB handles associated with the sqlite3 object prior to attempting to > close the object. The sqlite3_next_stmt() interface can be used

[sqlite] Severe documentation bug in sqlite3_close leading to crash

2008-07-26 Thread Hartwig Wiesmann
The latest sqlite3_close(sqlite3*) documentation states: Applications should finalize all prepared statements and close all BLOB handles associated with the sqlite3 object prior to attempting to close the object. The sqlite3_next_stmt() interface can be used to locate all prepared