#35462: ArrayAgg and others for MariaDB
-------------------------------------+-------------------------------------
     Reporter:  robertsilen          |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Uncategorized        |                  Version:  5.0
     Severity:  Normal               |               Resolution:
     Keywords:  aggregation,         |             Triage Stage:
  ArrayAgg                           |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by robertsilen:

Old description:

> 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.

New description:

 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-34097

 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#comment:1>
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/0107018f857070ad-2dcb4104-4525-4f74-ae2e-fc4b827c7f82-000000%40eu-central-1.amazonses.com.

Reply via email to