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