Opened 3 weeks ago

Closed 12 days ago

#37028 closed New feature (fixed)

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, MANAS MADESHIYA 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

I'd like to propose adding cross-database support for BitAnd(), BitOr(), and BitXor() aggregates (currently implemented in django.contrib.postgres.aggregates):

Change History (8)

comment:1 by Mariusz Felisiak, 3 weeks ago

Cc: Mariusz Felisiak added

comment:2 by Tim Graham, 3 weeks ago

Triage Stage: UnreviewedAccepted

comment:3 by MANAS MADESHIYA, 3 weeks ago

Cc: MANAS MADESHIYA added

comment:4 by Mariusz Felisiak, 3 weeks ago

Has patch: set

comment:5 by JaeHyuckSa, 2 weeks ago

Patch needs improvement: set

comment:6 by Mariusz Felisiak, 2 weeks ago

Patch needs improvement: unset

comment:7 by Tim Graham, 13 days ago

Triage Stage: AcceptedReady for checkin

comment:8 by GitHub <noreply@…>, 12 days ago

Resolution: fixed
Status: assignedclosed

In ed79c59:

Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.

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