#32963: Bug: combination of filter on the annotation and random order.
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
likecodeingloveproblems |
Type: Bug | Status: new
Component: Database layer | Version: 3.1
(models, ORM) |
Severity: Normal | Resolution:
Keywords: Random + Group By | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by likecodeingloveproblems):
The difference is here:
ORM:
GROUP BY "nakhll_market_shop"."ID" **, RANDOM()** HAVING
COUNT("nakhll_market_product"."ID") > 1 ORDER BY RANDOM()
CORRECT:
GROUP BY "nakhll_market_shop"."ID" HAVING
COUNT("nakhll_market_product"."ID") > 1 ORDER BY RANDOM()
--
Ticket URL: <https://code.djangoproject.com/ticket/32963#comment:3>
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/081.1f44462d7d3dcf9e483db51a7d3f41b1%40djangoproject.com.