#35462: ArrayAgg and others for MariaDB
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  robertsilen                        |
                   Type:  New        |         Status:  new
  feature                            |
              Component:             |        Version:  5.0
  Uncategorized                      |       Keywords:  aggregation,
               Severity:  Normal     |  ArrayAgg
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 I suggest to add ArrayAgg and related (aggregation) functions for MariaDB
 to Django. It has been noted in MariaDB Foundation ticket:
 https://jira.mariadb.org/browse/MDEV-340967

 E.g. ArrayAgg is mentioned on PostgreSQL specific aggregation functions:
 https://docs.djangoproject.com/en/dev/ref/contrib/postgres/aggregates/#arrayagg

 The equivalent in MariaDB is presumably this:
 https://mariadb.com/kb/en/json_arrayagg/

 More equivalent MariaDB aggregate functions are listed at the following
 address.
 https://mariadb.com/kb/en/aggregate-functions/
 Some have same name 1:1. I'm guessing e.g. StringAgg could be done with
 GROUP_CONCAT.

 Feel free to ask more here, or in the MariaDB Foundation ticket.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35462>
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 on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018f856e15a7-d1faf480-3ec4-4a58-87ce-f67dbc886104-000000%40eu-central-1.amazonses.com.

Reply via email to