On Mar 10, 2004, at 5:44 AM, D. Richard Hipp wrote:
Steve Palmer wrote:Hmm... I don't get an error when I execute that statement (substituting appropriate table name and also field name) against a r/o database. Specifically:
SQLite version 2.8.13
Enter ".help" for instructions
sqlite> update info set version=1;
SQL error: attempt to write a readonly database
sqlite> update info set version=1 where 0;
sqlite>
Bummer....
This is fixed with check-in [1289]. See
http://www.sqlite.org/cvstrac/chngview?cn=1289
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]