hello, i really appreciate the latest support for pg_array and pg_hstore in sequel, but is there any support for postgresql composite types (http://www.postgresql.org/docs/9.1/static/rowtypes.html) ?
reading a composite type with sequel is possible, but it is only returned as a string and is nearly useless in this form. translating a custom type into some ruby equivalent structure (nested array/hash) should be possible for the simple cases. getting all the escaping/ quoting (nested) right is where things get complicated. maybe someone is already working on this - i would really like to know. regards jan -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
