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
SQLite will often result in simultaneous queries to fail, with the driver throwing an exception saying "database locked". This really shouldn't happen. I'm pretty close to just dumping SQLite entirely, because it's just that terrible. A workaround... which might make the system even slower... would be using mutexes for queries, which is absolutely outrageous.
The text was updated successfully, but these errors were encountered:
SQLite will often result in simultaneous queries to fail, with the driver throwing an exception saying "database locked". This really shouldn't happen. I'm pretty close to just dumping SQLite entirely, because it's just that terrible. A workaround... which might make the system even slower... would be using mutexes for queries, which is absolutely outrageous.
The text was updated successfully, but these errors were encountered: