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
dux enables foreign key constraint checking by default on every connection, as part of a prepare_connection hook.
This is a little dangerous -- since fkeys aren't checked by default, some databases may violate them. Still, let's see how far we can get with this as a default.
One issue currently is simonw/datasette#2032 - let's exempt _internal from fkey checking
The text was updated successfully, but these errors were encountered:
dux enables foreign key constraint checking by default on every connection, as part of a
prepare_connection
hook.This is a little dangerous -- since fkeys aren't checked by default, some databases may violate them. Still, let's see how far we can get with this as a default.
One issue currently is simonw/datasette#2032 - let's exempt _internal from fkey checking
The text was updated successfully, but these errors were encountered: