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 has a lot of questionable decisions, due to legacy reasons. One always has to make sure to enable all the strict stuff and whatnot to get a sane database.
Foreign key constraints are disabled by default (for backwards compatibility), so must be enabled separately for each database connection https://www.sqlite.org/foreignkeys.html
Sqlite has a lot of questionable decisions, due to legacy reasons. One always has to make sure to enable all the strict stuff and whatnot to get a sane database.
The text was updated successfully, but these errors were encountered: