I try to query by a given Interval: dsl.select(ABC.DEF).from(ABC).where(ABC.INTERVAL.eq(pgInterval)).fetch();
But I get the warning: Not supported by dialect : Type class org.postgresql.util.PGInterval is not supported in dialect POSTGRES And the Exception: org.jooq.exception.SQLDialectNotSupportedException: Type class org.postgresql.util.PGInterval is not supported in dialect POSTGRES What can I do? -- 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/d/optout.
