We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9ccd2 commit a397e02Copy full SHA for a397e02
test/cases/coerced_tests.rb
@@ -1183,6 +1183,9 @@ def test_add_on_delete_restrict_foreign_key_coerced
1183
end
1184
1185
1186
+ # SQL Server does not support 'restrict' for 'on_update' or 'on_delete'.
1187
+ coerce_tests! :test_remove_foreign_key_with_restrict_action
1188
+
1189
# Error message depends on the database adapter.
1190
coerce_tests! :test_add_foreign_key_with_if_not_exists_not_set
1191
def test_add_foreign_key_with_if_not_exists_not_set_coerced
0 commit comments