only enable RESTRICT fk constraint tests for supporting dialects
MSSQL doesn't support a RESTRICT fk constraint, so we need a way to conditionally disable these tests. This change adds an extra section to dialect.supports indicating support for RESTRICT constraints. Also changed some cases where RESTRICT wasn't being explicitly tested but used to test the ability to simply use constraints (query-interface.test.js)
Showing
with
107 additions
and
94 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment