Hello! *First of all my sincere congratulations to the new Java Champion!!!*
And back to the jOOQ. I'm wondering if it allows to combine the three mentioned clauses in a single query, something like: DSL.insertInto(table, fieldsToInsert).select(select)).onDuplicateKeyUpdate(updateMap) Now I can use onDuplicateKeyUpdate only after values(). Any way to acomplish it with jOOQ? -- 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.
