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
When using DatabaseConfig().sqlite() it causes a crash on devices running iOS 15.
This is unfortunate since the alternative I'm using now is DatabaseConfig().memory(), however when using this you loose the benefits of persistence, which leads to address reuse in some cases.
The text was updated successfully, but these errors were encountered:
When using DatabaseConfig().sqlite() it causes a crash on devices running iOS 15.
This is unfortunate since the alternative I'm using now is DatabaseConfig().memory(), however when using this you loose the benefits of persistence, which leads to address reuse in some cases.
The text was updated successfully, but these errors were encountered: