--- trunk/db.c 2008-06-20 13:52:03.000000000 +0200 +++ build/db.c 2008-08-11 17:37:29.000000000 +0200 @@ -248,7 +248,7 @@ while (1) { IFESQL3( - rc = sqlite3_prepare(db, sql, 0, &stmt, 0);, + rc = sqlite3_prepare(db, sql, -1, &stmt, 0);, rc = sqlite_compile(db, sql, 0, &vm, 0); ) if ( rc != SQLITE_BUSY ) break;