feat: Add support for the Isolation Level value#8234
Conversation
|
Here are the ways this option can currently be used:
Supplying Isolation Level here will throw an exception:
Potential Issues identified
|
…ogle-cloud-php into snapshot-isolation
…ogle-cloud-php into snapshot-isolation
bshaffer
left a comment
There was a problem hiding this comment.
This looks great, but I have just a few thoughts for additional testing:
SpannerClientconstructor - do we have a test which verifies that whenisolationLevelis set as a client option, it's sent in the requests?Transaction::commit- I don't see any tests which verify this behaviorTransaction::executeUpdatethrows exception for single use - I'd like to see a test cover this as well
b/388238239