[MDEV-6121] Add support for arrays in tables Created: 2014-04-16 Updated: 2024-01-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 14 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||
| Epic Link: | Oracle Compatibility | ||||||||||||||||||||||||||||||||
| Description |
|
Arrays, like in Postgresql This MDEV is about adding ARRAY support as table columns. ARRAY for SP variables will be added first by a separate blocker task MDEV-32380. |
| Comments |
| Comment by roberto spadim [ 2014-08-07 ] | ||||||||||||||
|
maybe we could use dynamic columns and add a "natural sql interface"? | ||||||||||||||
| Comment by Daniël van Eeden [ 2015-10-17 ] | ||||||||||||||
|
The PostgreSQL implementation looks like this:
Docs: http://www.postgresql.org/docs/9.5/static/arrays.html It looks like array's are a SQL:2008 feature. It is mentioned as feature S091, “Basic array support” in SQL:2011 |