Re: Multi row insert with On Duplicate Update (Microsoft Sql Server)

2018-03-02 Thread vika95vika
Dear Lucas! I've faced such issue with the loader api: I have a class that contains only id values. This class is actually a composite primary key itself. I want to make batch insert for this class using loader api. But if I use onDuplicateKeyUpdate - I receive an error like there is no fields

Re: Multi row insert with On Duplicate Update (Microsoft Sql Server)

2018-03-05 Thread vika95vika
Thank you for the reply, Lukas! I've posted a question on StackOverflow with concrete examples and explanation: https://stackoverflow.com/questions/49110621/batch-insert-onduplcatekeyignore-jooq Thanks in advance, Victoria понедельник, 5 марта 2018 г., 12:59:39 UTC+3 пользователь Lukas Eder на