Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Aug 16, 2016

Fixes #2105

Used Makefile.datastore (after updating it) to re-generate the generated modules

@dhermes dhermes added the api: datastore Issues related to the Datastore API. label Aug 16, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 16, 2016
// The version of the entity that this mutation is being applied to. If this
// does not match the current version on the server, the mutation conflicts.
int64 base_version = 8;
}

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Aug 17, 2016

LGTM. Should we open issues for the two new features in the v1 API?

// For [missing][google.datastore.v1.LookupResponse.missing] entities in `LookupResponse`, this
// is the version of the snapshot that was used to look up the entity, and it
// is always set except for eventually consistent reads.
int64 version = 4;

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Aug 17, 2016

#2112 tracks the new versioning / conflict detection feature of the V1 API.

@dhermes
Copy link
Contributor Author

dhermes commented Aug 17, 2016

Jinx. D'oh.

@dhermes dhermes merged commit c1b543f into googleapis:master Aug 17, 2016
@dhermes dhermes deleted the fix-2105 branch August 17, 2016 19:56
@dhermes dhermes mentioned this pull request Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants