#31584 closed Bug (fixed)
Queryset crashes when grouping by Exists() on Oracle.
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 3.0 |
Severity: | Release blocker | Keywords: | oracle exists boolean |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Boolean expressions are not supported in the GROUP_BY clause on Oracle. Noticed when polishing PR.
Regression in efa1908f662c19038a944129c81462485c4a9fe8.
Change History (6)
comment:1 by , 4 years ago
Summary: | Queryset crashes when gruping by Exists() on Oracle. → Queryset crashes when grouping by Exists() on Oracle. |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 4 years ago
Has patch: | set |
---|
comment:3 by , 4 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR