Hi Lukas, I used jOOQ's Loader API (with Postgres as a DB) successfully for bulking/batching INSERT's, where I provided just a Stream<TableRecord> and specified bulking / batching params, which has been quite useful.
But now, I'm wondering, if I can do the same for Records which might exist in the table (based on their PK), so I have some questions: 1.) If the corresponding Record will exist in the table, will jOOQ automagically update it, or should I specify what should happen "ON CONFLICT" ? 2.) When using Loader API, is there any possibility to get the IDs of records which were either INSERTed or UPDATEd ? Kind regards, Patryk Najda. -- 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.
