You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added focused relational transaction coverage in packages/tools/tests/data/relational/query/transaction-lifecycle.test.ts, transaction-options.test.ts, and transaction-savepoints.test.ts
Added shared transaction test utilities in packages/tools/tests/data/relational/query/transaction.test-utils.ts
Added story documentation in docs/st09057-transaction-flow-modularization.md capturing the runtime split, validation evidence, and no-regression explicit-any outcome
Reduced packages/tools/src/data/relational/query/transaction.ts from a mixed-responsibility 419 line implementation to a 14 line public facade below the 300 line planning cutoff
Extracted focused internal modules in packages/tools/src/data/relational/query/transaction-types.ts, transaction-options.ts, transaction-managed.ts, and transaction-runner.ts
Preserved withTransaction() behavior, savepoint flow, timeout cancellation, vendor-specific isolation handling, and public imports while making transaction orchestration boundaries smaller and easier to review