You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#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
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.
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.
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.