PRAGMA default_synchronous;
doesn't return a result in the sqlite3 shell, and PRAGMA default_synchronous=OFF doesn't seem to have any effect, either.
In contrast, PRAGMA synchronous does seem to be working.
Can anybody give me any ideas? Is it supposed to work? Is there a misspelling somewhere?
-jdb