George Ionescu wrote: > Hello sqlite users, Hello dr. Hipp, > > using v3.0.6, I've discovered that PRAGMA default_synchronous directive is > not working. Will this be implemented in the next version? >
PRAGMA synchronous still works. But we made a deliberate decision to remove PRAGMA default_synchronous. The default synchronous behavior is now always FULL. If you want something other than fully synchronous behavior, you have to initialize that behavior each time you do an sqlite3_open().
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565