We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a061a1 commit b1a119cCopy full SHA for b1a119c
test/cases/coerced_tests.rb
@@ -50,6 +50,10 @@ def test_validate_uniqueness_by_default_database_collation_coerced
50
require "models/event"
51
module ActiveRecord
52
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
+
57
# As far as I can tell, SQL Server does not support null bytes in strings.
58
coerce_tests! :test_update_prepared_statement
59
0 commit comments