Hi,

I have a lot of code like
if (query.execute() != ?) { throw ... }

It would be nice to have Query.execute take a parameter with the expected 
results, and if it doesn't match throwing an exception. Kind of like 
fetchOne(). I could even think of execute doing a rollback if the expected 
result doesn't match, but that might be a step too far.

-- 
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.

Reply via email to