(04:48:36 PM) sebersole: brmeyer: it'll be important to add tests for these (04:48:43 PM) sebersole: we tend to lax about this sometimes (04:48:58 PM) sebersole: i know its checked some of the time (04:49:12 PM) sebersole: checking for an active transaction i mean (04:49:28 PM) sebersole: HHH-8521 is more about removing this from setLockMode (04:49:43 PM) sebersole: and making sure it happens during any and all executions (04:50:10 PM) sebersole: executeUpdate already does it no matter what the lock mode (lock mode is irrelevant for exeucteUpdate) (04:50:22 PM) sebersole: you'll just need to check the other forms (04:50:45 PM) sebersole: for storedprocs, there is a single internal method where i get the ProcedureOutputs (04:50:51 PM) sebersole: thats a good place
|