Re: [sqlite] .save always errors: database is locked

2019-08-30 Thread David Raymond
se. There is no need to save it with .save. "saving" is all through normal database transactions at that point. -Original Message- From: sqlite-users On Behalf Of Alexander Gabriel Sent: Friday, August 30, 2019 12:11 PM To: sqlite-users@mailinglists.sqlite.org Subject: [sqlite] .

Re: [sqlite] .save always errors: database is locked

2019-08-30 Thread Richard Damon
On 8/30/19 9:11 AM, Alexander Gabriel wrote: > Hi > > I do this: > >- restart windows10 or macOS and log in (to guarantee no other process >is using sqlite3) >- cd to the folder where sqlite3 v3.29.0 is contained >- type `sqlite3` (windows 10) or `./sqlite3` (macOS) to start sqlite3

[sqlite] .save always errors: database is locked

2019-08-30 Thread Alexander Gabriel
Hi I do this: - restart windows10 or macOS and log in (to guarantee no other process is using sqlite3) - cd to the folder where sqlite3 v3.29.0 is contained - type `sqlite3` (windows 10) or `./sqlite3` (macOS) to start sqlite3 - type `.open test`, followed by `.save test` Result: