Kristian Waagan wrote:
Paul Taylor wrote:
Does Postgres supports array datatype ?
i.e
CREATE TABLE album
(
attributes integer[] DEFAULT '{0}'
}
does derby support this it doesn't appear to, will it support it ?
Hello Paul,
No, Derby doesn't support the array data type [1].
I'm not aware of any plans to support it.
You're welcome to add a RFE to track any efforts of implementing
support for it:
https://issues.apache.org/jira/browse/DERBY
Ok, I will - I'm suprised that no else has requested it
Paul