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
The sqlite database was originally intended to have multiple apps work together on the same data file. The library isn't currently equipped for that to work, there seems to be some sort of locking situation happening preventing that. Causes an app crash
It's easy enough to work around, but there should be some updates to the docs and some extra warnings when this situation occurs. Maybe the default file should be updated to match the app name instead?
Low priority issue, requires some thought. Prefer not to introduce breaking changes for this minor edge case
The text was updated successfully, but these errors were encountered:
Bug description
The sqlite database was originally intended to have multiple apps work together on the same data file. The library isn't currently equipped for that to work, there seems to be some sort of locking situation happening preventing that. Causes an app crash
It's easy enough to work around, but there should be some updates to the docs and some extra warnings when this situation occurs. Maybe the default file should be updated to match the app name instead?
Low priority issue, requires some thought. Prefer not to introduce breaking changes for this minor edge case
The text was updated successfully, but these errors were encountered: