From ba1e6c971b0da9bf5b8ab29a7a168e6f21d98855 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Mon, 26 Apr 2021 11:06:05 +0100 Subject: [PATCH] Legacy binds are not supported --- test/cases/coerced_tests.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/cases/coerced_tests.rb b/test/cases/coerced_tests.rb index 4f06fd607..a66c7b4df 100644 --- a/test/cases/coerced_tests.rb +++ b/test/cases/coerced_tests.rb @@ -28,6 +28,10 @@ def test_validate_uniqueness_with_limit_and_utf8_coerced require "models/event" module ActiveRecord class AdapterTest < ActiveRecord::TestCase + # Legacy binds are not supported. + coerce_tests! :test_select_all_insert_update_delete_with_casted_binds + coerce_tests! :test_select_all_insert_update_delete_with_legacy_binds + # As far as I can tell, SQL Server does not support null bytes in strings. coerce_tests! :test_update_prepared_statement