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]

Reply via email to