|
|
|
|
|
by ncruces
983 days ago
|
|
Thanks for the feedback! I get it. I could easily build on all platforms without tags⦠I just want to avoid accidental data corruption if users unwittingly access databases without proper synchronization. The MVCC-WAL-VFS I'm designing now may potentially fix this, as the brokenness of POSIX advisory locks is more manageable there. https://www.sqlite.org/src/artifact/2e8b12?ln=1073-1161 |
|