SIGN IN SIGN UP

Fix for ticket #62: Do not report an SQLITE_READONLY error until the application

actually tries to write data into a readonly file.  It is OK to start a
transaction on a read-only file, and doing so will get you a read lock.  This
change allows TEMP tables to be read/write even though the main database is
readonly. (CVS 607)

FossilOrigin-Name: 9ef795d1d756a404d2123ebc19df1985b19c9888
D
drh committed
5df72a5ad65ff1e4325230bc0baee91e2b7958f2
Parent: 34e33bb