From 3c9ccd2acd88f44a595b60919cccce8782da9f36 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Wed, 8 Jan 2025 12:15:56 +0000 Subject: [PATCH 1/2] Release v8.0.2 --- CHANGELOG.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b943382e..40bee95dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v8.0.2 #### Fixed diff --git a/VERSION b/VERSION index cd1d2e94f..8b22a322d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.1 +8.0.2 From a397e0251e99a23a9127f909450ac70c0c7140e1 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Wed, 8 Jan 2025 12:25:47 +0000 Subject: [PATCH 2/2] Update coerced_tests.rb --- test/cases/coerced_tests.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cases/coerced_tests.rb b/test/cases/coerced_tests.rb index 1ffa0694c..092dc371b 100644 --- a/test/cases/coerced_tests.rb +++ b/test/cases/coerced_tests.rb @@ -1183,6 +1183,9 @@ def test_add_on_delete_restrict_foreign_key_coerced end end + # SQL Server does not support 'restrict' for 'on_update' or 'on_delete'. + coerce_tests! :test_remove_foreign_key_with_restrict_action + # Error message depends on the database adapter. coerce_tests! :test_add_foreign_key_with_if_not_exists_not_set def test_add_foreign_key_with_if_not_exists_not_set_coerced