Hello, I saw the thread (from last year) on Postgres' hstore type, and was wondering if there may be interest in taking another look?
Support has since been added to the JDBC driver: Statement.getObject() now returns a Map<String,String> for hstore fields, and .setObject() accepts the same. See here<http://www.postgresql.org/message-id/[email protected]>for details. Is there a way for the user to provide a Converter to accomplish this? It seems I can force the type based on column name, any way that can be done for all columns of a specific type? Cheers, Dmitri -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
