Hi, > h2 will support Composite types like my type (id integer, value > varchar(40));
No. Why do you need it, and what databases support it? I can add a feature request for it, but I don't think it will be supported in the near future. By the way, not sure if that's related, the ARRAY data type does support different data types for each element: select (1, 'Hello') as comp; Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
