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):

Change History (2)

comment:1 by Mariusz Felisiak, 8 hours ago

Cc: Mariusz Felisiak added

comment:2 by Tim Graham, 7 hours ago

Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top