Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 595 Bytes

File metadata and controls

1 lines (1 loc) · 595 Bytes
  • CockroachDBTransactionSpec now declares an isolation level on the outer transaction that wraps updateAll(transaction="rollback"). Adobe ColdFusion rejects a nested cftransaction whose isolation level differs from its parent's, and the resulting exception escaped invokeWithTransaction before its catch could clear request.wheels.transactions, leaving the connection permanently marked as "transaction already open" — so every later model call in that request silently skipped its own transaction and OuterTransactionSignalSpec's rollback assertion failed as a knock-on (#3302)