We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de04fca commit 8afbcccCopy full SHA for 8afbccc
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## v8.0.2
2
3
#### Fixed
4
VERSION
@@ -1 +1 @@
-8.0.1
+8.0.2
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