Guillaume Fougnies wrote:
>
> PRAGMA default_synchronous disappeared from 3.x. Should we now execute a
> PRAGMA synchronous each time a db is opened?
>

Yes.  The thinking was that there is rarely ever a good
reason to make a persistent database less than fully synchronous.
So synchronous=FULL is now the default.  If you want something
other than synchronous=FULL, you have to define it anew at the
beginning of each session.

So tell me: Why do you not want synchronous=FULL?


-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to