﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
37028	Cross-database support for `BitAnd()`, `BitOr()`, and `BitXor()` aggregates	Mariusz Felisiak	Mariusz Felisiak	"I'd like to propose adding cross-database support for `BitAnd()`, `BitOr()`, and `BitXor()` aggregates (currently implemented in `django.contrib.postgres.aggregates`):
- [https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/BIT_AND_AGG.html BIT_AND_AGG()], [https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/BIT_OR_AGG.html BIT_OR_AGG()], and [https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/BIT_XOR_AGG.html BIT_XOR_AGG()] (Oracle 21c+)
- [https://dev.mysql.com/doc/refman/8.4/en/aggregate-functions.html#function_bit-and BIT_AND()], [https://dev.mysql.com/doc/refman/8.4/en/aggregate-functions.html#function_bit-or BIT_OR()], and [https://dev.mysql.com/doc/refman/8.4/en/aggregate-functions.html#function_bit-xor BIT_XOR] (MySQL 8.4+)"	New feature	assigned	Database layer (models, ORM)	6.0	Normal		oracle mysql aggregates bit	Mariusz Felisiak	Accepted	0	0	0	0	0	0
