Uh oh!
There was an error while loading. Please reload this page.
feat: snapshot isolation - #1318
Conversation
a300f1e to
44e0104CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7f671bb to
f6f44b6Comparesurbhigarg92
commented
Mar 10, 2025
@olavloite Can you please do one more round of review. Note: Python does not have a similar method like "mergeFrom" in Java. It would need a custom method to merge protos iteratively. |
497bf85 to
7538b59Compare7538b59 to
e535c00Comparee535c00 to
a354f4aCompare| :type default_transaction_options: :class:`~google.cloud.spanner_v1.DefaultTransactionOptions` | ||
| or :class:`dict` | ||
| :param default_transaction_options: (Optional) Default options to use for all transactions. |
There was a problem hiding this comment.
Should we clearly call out that this is only for r/w transactions?
| :paramdefault_transaction_options: (Optional) Defaultoptionstouseforalltransactions. | |
| :paramdefault_transaction_options: (Optional) Defaultoptionstouseforallread/writetransactions. |
There was a problem hiding this comment.
I wanted to keep it flexible for all types of transaction options. For example, if we add exclude_txn_from_change_streams to the default transaction options, it should apply to both RW and PDML. To handle this, we can introduce another private property _defaultPDMTransactionOptions within the DefaultTransactionOptions class, where exclude_txn_from_change_streams will be set.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
No description provided.