Re: [sqlite] New bug: PRAGMA cache_size requires write lock on DB

2013-07-23 Thread Dan Kennedy
On 07/23/2013 01:38 AM, Philip Goetz wrote: I have a Perl program that we have run successfully every day for almost the past 2 years, but which crashes today with the error message: FATAL ERR: Can't do PRAGMA cache_size = 100: attempt to write a readonly database The SQLite database in que

Re: [sqlite] New bug: PRAGMA cache_size requires write lock on DB

2013-07-23 Thread Richard Hipp
On Mon, Jul 22, 2013 at 2:38 PM, Philip Goetz wrote: > I have a Perl program that we have run successfully every day for > almost the past 2 years, but which crashes today with the error > message: > > FATAL ERR: Can't do PRAGMA cache_size = 100: attempt to write a > readonly database > Unab

[sqlite] New bug: PRAGMA cache_size requires write lock on DB

2013-07-23 Thread Philip Goetz
I have a Perl program that we have run successfully every day for almost the past 2 years, but which crashes today with the error message: FATAL ERR: Can't do PRAGMA cache_size = 100: attempt to write a readonly database The SQLite database in question is readonly (group and world have only r