Kaydet (Commit) e595a713 authored tarafından Simon Charette's avatar Simon Charette Kaydeden (comit) Tim Graham

Refs #29542, #30158 -- Enabled a HAVING subquery filter test on Oracle.

Now that subquery annotations aren't included in the GROUP BY unless
explicitly grouped against, the test works on Oracle.
üst fb3f034f
......@@ -586,7 +586,6 @@ class NonAggregateAnnotationTestCase(TestCase):
[{'jacob_name': 'Jacob Kaplan-Moss', 'james_name': 'James Bennett'}],
)
@skipUnlessDBFeature('supports_subqueries_in_group_by')
def test_annotation_filter_with_subquery(self):
long_books_qs = Book.objects.filter(
publisher=OuterRef('pk'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment