Opened 8 hours ago
Last modified 7 hours ago
#37028 assigned New feature
Cross-database support for `BitAnd()`, `BitOr()`, and `BitXor()` aggregates
| Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | 6.0 |
| Severity: | Normal | Keywords: | oracle mysql aggregates bit |
| Cc: | Mariusz Felisiak | Triage Stage: | Accepted |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I'd like to propose adding cross-database support for BitAnd(), BitOr(), and BitXor() aggregates (currently implemented in django.contrib.postgres.aggregates):
- BIT_AND_AGG(), BIT_OR_AGG(), and BIT_XOR_AGG() (Oracle 21c+)
- BIT_AND(), BIT_OR(), and BIT_XOR (MySQL 8.4+)
Change History (2)
comment:1 by , 8 hours ago
| Cc: | added |
|---|
comment:2 by , 7 hours ago
| Triage Stage: | Unreviewed → Accepted |
|---|
Note:
See TracTickets
for help on using tickets.