Григорий Григоренко <grigore...@mail.ru> wrote: > Let's say app does the following (via the same connection): > 1. BEGIN TRANSACTION; > 2. prepare and step stmt A (SELECT * FROM foo WHERE rowid=1), A is not > finalized or reset; > 3. execute stmt B (DELETE FROM foo WHERE rowid=1), B is prepared, executed > and finalized; > 4. access column data via stmt A > 5. COMMIT
http://www.sqlite.org/c3ref/column_blob.html If the SQL statement does not currently point to a valid row... the result is undefined. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users