sqlite-users  

[sqlite] problem on table create and synchronous in 3.0.1

Guillaume Fougnies
Fri, 25 Jun 2004 08:06:15 -0700

This bug is happening on a new empty db file with two sqlite_exec.
It's a test request, it's nonsense.

$ sqlite3 test.db
SQLite version 3.0.1
Enter ".help" for instructions
sqlite> BEGIN;CREATE TABLE TEST(id INT); PRAGMA default_synchronous=OFF;
sqlite> COMMIT;
sqlite3: src/pager.c:1548: syncJournal: Assertion `pPg->needSync==0'
failed.Aborted

--
Guillaume FOUGNIES

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • [sqlite] problem on table create and synchronous in 3.0.1 Guillaume Fougnies