Hi Thomas: Postgresql support composite types, anyway i found another path for solve my problem. (derived all from object-relational impedance mismatch) after hours, i believe that is no important. select (1,'hola amigos') works in many situations. Thanks for you response On 28 nov, 11:43, Thomas Mueller <[email protected]> wrote: > 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.
