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
This commit makes `Session#beginTransaction(bookmark)` ignore `null` bookmark
argument. Previously only `undefined` value was ignored and `null` was
allowed to give ability to "break" the causal consistency chain. This makes
it easier to reason about non-defined parameters. If "breaking" of the
consistency chain is required then separate session should be used. Values
`null` & `undefined` will result in session using it's known last bookmark
for the next transaction.
0 commit comments