Skip to content

spanner: properly capture readOnly option#2561

Merged
stephenplusplus merged 1 commit intogoogleapis:masterfrom
callmehiphop:dg--spanner-readonly-txn
Aug 29, 2017
Merged

spanner: properly capture readOnly option#2561
stephenplusplus merged 1 commit intogoogleapis:masterfrom
callmehiphop:dg--spanner-readonly-txn

Conversation

@callmehiphop
Copy link
Copy Markdown
Contributor

Closes #2542

@callmehiphop callmehiphop added the api: spanner Issues related to the Spanner API. label Aug 25, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 25, 2017
@callmehiphop
Copy link
Copy Markdown
Contributor Author

@vkedia it's not letting me add you as a reviewer for some reason.

@callmehiphop callmehiphop changed the title bigtable: properly capture readOnly option spanner: properly capture readOnly option Aug 25, 2017
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling 84befe8 on callmehiphop:dg--spanner-readonly-txn into c98acd2 on GoogleCloudPlatform:master.

}

options = extend({}, options);
delete options.readOnly;

This comment was marked as spam.

This comment was marked as spam.

options = extend({}, options);

this.readOnly = !!options.readOnly;
delete options.readOnly;

This comment was marked as spam.

This comment was marked as spam.


describe('begin', function() {
var OPTIONS = {
readOnly: true,

This comment was marked as spam.

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the Spanner API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants