Hi Lukas, > Well, you could still give it a shot to simulate MERGE for other > databases. I'm sure this would help quite a few jOOQ users. If someone > finds a more reliable way, they can patch / fix your solution. > >
> You essentially have two options: > - provide a working pull request for the org.jooq.impl.MergeImpl class > - implement your own org.jooq.Query, which delegates to jOOQ's MERGE > statement for those databases that support it, or to a custom > implementation for MySQL. > > Thanks, I'll see if I can make some time to work on a pull request, and in the mean time, will get by with a delegating implementation of the org.jooq.Query interface. Thanks for all the guidance. Cheers, Anthony
