#37028: Cross-database support for `BitAnd()`, `BitOr()`, and `BitXor()` 
aggregates
-------------------------------------+-------------------------------------
               Reporter:  Mariusz    |          Owner:  Mariusz Felisiak
  Felisiak                           |
                   Type:  New        |         Status:  assigned
  feature                            |
              Component:  Database   |        Version:  6.0
  layer (models, ORM)                |       Keywords:  oracle mysql
               Severity:  Normal     |  aggregates bit
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 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+)
-- 
Ticket URL: <https://code.djangoproject.com/ticket/37028>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-updates/0107019d740aeacd-ba852908-9f28-43ae-91ed-3d9d1157a515-000000%40eu-central-1.amazonses.com.

Reply via email to