Re: [sqlite] read and write locking

2018-10-01 Thread David Raymond
Short version: The database will need to be in WAL mode
https://www.sqlite.org/wal.html


-Original Message-
From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On 
Behalf Of p...@geniais.com
Sent: Monday, October 01, 2018 9:57 AM
To: sqlite-users@mailinglists.sqlite.org
Subject: [sqlite] read and write locking

Hello,
When I try to do a search from one script, returns not found when 
another script is writing, even though it is in another record.
How can I make the script that are writing leave free to others for read 
only?

Thank you
Ismael


___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] read and write locking

2018-10-01 Thread p...@geniais.com

Hello,
When I try to do a search from one script, returns not found when 
another script is writing, even though it is in another record.
How can I make the script that are writing leave free to others for read 
only?


Thank you
Ismael


___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users