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
{{ message }}
This repository was archived by the owner on May 8, 2026. It is now read-only.
fix: enforce read-before-write in transaction execute() (#2358)
Ensures that Pipeline.execute() calls within a transaction follow the
requirement that all reads must occur before any writes. Previously,
this check was missing from the execute() methods in
ServerSideTransaction.
0 commit comments