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

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/MDBF-690

 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:2>
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/0107018f8570e6af-168c3edb-fc54-4ac6-acaf-3911a9b23283-000000%40eu-central-1.amazonses.com.

Reply via email to