Using jOOQ 3 RC1 I can select any PGobject from the database, but when I try to reinsert the PGobject it fails saying:
org.jooq.exception.SQLDialectNotSupportedException: Type class org.postgresql.util.PGobject is not supported in dialect null at org.jooq.impl.DefaultDataType.getDataType(DefaultDataType.java:640) at org.jooq.impl.Factory.mostSpecific(Factory.java:6857) at org.jooq.impl.Factory.val(Factory.java:6833) at org.jooq.impl.Factory.val(Factory.java:6803) at org.jooq.impl.Utils.field(Utils.java:441) at org.jooq.impl.AbstractStoreQuery.addValue(AbstractStoreQuery.java:101) at org.jooq.impl.InsertImpl.addValue(InsertImpl.java:284) at org.jooq.impl.InsertImpl.values(InsertImpl.java:263) at org.jooq.impl.InsertImpl.values(InsertImpl.java:147) at org.jooq.impl.InsertImpl.values(InsertImpl.java:84) at gis.Main.main(Main.java:89) 337 [main] INFO gis.Main - End Previously (2.6.X) this worked, but am I bumping into unsupported feature land? -- Pete -- 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.
