[DBAL-116] Support Array type For Postgresql Created: 29/Apr/11 Updated: 19/Oct/12 Resolved: 30/Apr/11 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | Drivers |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Minor |
| Reporter: | Brice Maron | Assignee: | Benjamin Eberlei |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Postgresql >= 8.4 |
||
| Description |
|
Hi, Since at least postgres 8.4 , pg support arrays... Thanks http://www.postgresql.org/docs/8.4/static/arrays.html http://www.postgresql.org/docs/8.4/static/hstore.html |
| Comments |
| Comment by Benjamin Eberlei [ 30/Apr/11 ] |
|
This will not be implemented as it is implementation specific whereas Doctrine features need to be supported by all vendors. You can already implement this with custom types though, i remember testing this some time ago. |
| Comment by Karsten Dambekalns [ 19/Oct/12 ] |
|
Why is this not to be implemented? It can be used by the PostgreSQL driver without anything above it needing change - all platform drivers exist precisely to deal with implementation specifics… No? |