Re: [sqlite] Pragma default_synchronous?

2004-12-23 Thread James Berry
On Dec 23, 2004, at 4:41 PM, D. Richard Hipp wrote: PRAGME default_sychronous went away with version 3. Thanks. Ah, a documentation bug. -jdb

Re: [sqlite] Pragma default_synchronous?

2004-12-23 Thread D. Richard Hipp
James Berry wrote: PRAGMA default_synchronous doesn't seem to have any effect on my sqlite 3.0.8 installation. 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

[sqlite] Pragma default_synchronous?

2004-12-23 Thread James Berry
PRAGMA default_synchronous doesn't seem to have any effect on my sqlite 3.0.8 installation. 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

[sqlite] PRAGMA default_synchronous not working?

2004-09-07 Thread George Ionescu
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? Regards, George Ionescu