[sqlite] Error 1032: SQLITE_READONLY_DBMOVED with one writer and one reader process

2015-02-18 Thread Simon Slavin
On 18 Feb 2015, at 4:09pm, Gillot Lamure Leo (Consultant) wrote: > We're trying to use sqlite on an embedded linux with one process regularly > writing entries in a db and another process removing the entries by batch. What file system does the volume with the database file on use ? > It work

[sqlite] Error 1032: SQLITE_READONLY_DBMOVED with one writer and one reader process

2015-02-18 Thread Gillot Lamure Leo (Consultant)
Hello. We're trying to use sqlite on an embedded linux with one process regularly writing entries in a db and another process removing the entries by batch. It works fine on the first boot, however after stopping and relauching the processes I start to get errors on all sides: the reader gets di

[sqlite] Error 1032: SQLITE_READONLY_DBMOVED with one writer and one reader process

2015-02-18 Thread Richard Hipp
On 2/18/15, Gillot Lamure Leo (Consultant) wrote: > Hello. > > We're trying to use sqlite on an embedded linux with one process regularly > writing entries in a db and another process removing the entries by batch. > It works fine on the first boot, however after stopping and relauching the > proc