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 dda13b9 commit 9c06005Copy full SHA for 9c06005
test/cases/coerced_tests.rb
@@ -446,6 +446,13 @@ def test_eager_load_belongs_to_primary_key_quoting_coerced
446
447
448
449
+class LeftOuterJoinAssociationTest < ActiveRecord::TestCase
450
+ # Uses || operator in SQL. Just trust core gets value out of this test.
451
+ coerce_tests! :test_does_not_override_select
452
+end
453
+
454
455
456
457
class NamedScopingTest < ActiveRecord::TestCase
458
# This works now because we add an `order(:id)` sort to break the order tie for deterministic results.
0 commit comments