Hi together, i have the following lines of code:
int[] execute = getContext().batchUpdate(records).execute(); If one of the updates fail i get only a entry in the execute array... is there an alternative? The DataAccessException of the execute is not thrown. Otherwise i have to search in the int Array for '0'... Greetings Matthias -- 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.
