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 01011a6 commit c1469b0Copy full SHA for c1469b0
test/cases/inheritance_test_sqlserver.rb
@@ -26,7 +26,7 @@ def test_coerced_a_bad_type_column
26
27
def test_coerced_eager_load_belongs_to_primary_key_quoting
28
con = Account.connection
29
- assert_sql(/\[companies\]\.\[id\] IN \(N''1''\)/) do
+ assert_sql(/\[companies\]\.\[id\] IN \(1\)/) do
30
Account.includes(:firm).find(1)
31
end
32
0 commit comments