Skip to content

Commit b1a119c

Browse files
aidanharanAidan Haran
and
Aidan Haran
authored
Legacy binds are not supported (#914)
Co-authored-by: Aidan Haran <aharan@fusioneer.com>
1 parent 8a061a1 commit b1a119c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ def test_validate_uniqueness_by_default_database_collation_coerced
5050
require "models/event"
5151
module ActiveRecord
5252
class AdapterTest < ActiveRecord::TestCase
53+
# Legacy binds are not supported.
54+
coerce_tests! :test_select_all_insert_update_delete_with_casted_binds
55+
coerce_tests! :test_select_all_insert_update_delete_with_legacy_binds
56+
5357
# As far as I can tell, SQL Server does not support null bytes in strings.
5458
coerce_tests! :test_update_prepared_statement
5559

0 commit comments

Comments
 (0)