#31214: ORM query with Count(Subquery(...)) produces invalid SQL with Django 
3.0.
-------------------------------------+-------------------------------------
     Reporter:  AlexShein            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  3.0
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  duplicate
     Keywords:  3.0, ORM, Postgres   |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by felixxm):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 Duplicate of #31135. Using `__in` lookup with `OuterRef()` is not
 supported, you should use `Drug.objects.filter(id=OuterRef('drugs__id'))`
 instead.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31214#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.4fc868c4a88f2d8328f4221981906fed%40djangoproject.com.

Reply via email to