When I try to do a batch delete, nothing happens. I stepped int other debugger, and see that BatchCRUD::executeAction calls UpdatableRecord::delete, and down in the callstack, UpdatableRecordImpl::checkIfChanged calls fetchOne() which throws a QueryCollectorSignal. The sql executed works fine in PGAdmin (postgres), so I'm wondering what's going on here? How do I do a proper batch delete?
-- 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.
