Am Mo., 28. Jan. 2019 um 20:01 Uhr schrieb Richard Hipp <[email protected]>:

> On 1/28/19, Carsten Müncheberg <[email protected]> wrote:
> > When loading and using /usr/lib/libsqlite3.dylib (3.19.3) which is
> shipped
> > with MacOS 10.13.6 I noticed that the -wal and -shm files are not deleted
> > when closing the last connection to a database. I tested this with the
> > sqlite3 command line tool. It does not happen when I compile and link
> > SQLite myself.
> >
> > Is this expected behavior or some kind of bug?
>
> My guess is that Apple is enabling persistent WAL mode
> (
> https://www.sqlite.org/c3ref/c_fcntl_begin_atomic_write.html#sqlitefcntlpersistwal
> )
> by default on their build of the SQLite library.
>

Must be it, thanks for the swift reply.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to