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
229 additions
and
207 deletions
-
Please register or sign in to post a comment