You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I personally don't think file locking is very useful but for the sake of completion, Imma gonna keep this issue here open in case someone wants to do it.
SQLite uses POSIX advisory locks to implement locking on Unix but the author hates it (ranted about it).
On Windows it uses the LockFile(), LockFileEx(), and UnlockFile() system calls.
The text was updated successfully, but these errors were encountered:
I personally don't think file locking is very useful but for the sake of completion, Imma gonna keep this issue here open in case someone wants to do it.
SQLite uses POSIX advisory locks to implement locking on Unix but the author hates it (ranted about it).
On Windows it uses the LockFile(), LockFileEx(), and UnlockFile() system calls.
The text was updated successfully, but these errors were encountered: