Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 396 Bytes

File metadata and controls

1 lines (1 loc) · 396 Bytes
  • invokeWithTransaction() now clears request.wheels.transactions when the cftransaction fails to open, not only when the wrapped method throws. A rejected isolation level, a nested-isolation mismatch, or a dead connection previously left the connection marked "transaction already open" for the rest of the request, so every later model call silently ran with no transaction at all (#3302)