Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making datastore Connection.run_query() return low-level protobuf. #3066

Merged
merged 1 commit into from
Feb 24, 2017

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Feb 24, 2017

Towards #2746 (as is #3064). This approach is to slowly transition from our current approach to use the GAPIC generated surface.

These unit tests weren't so bad to update. I did "editorialize" as I went, downgrading constants to just variables, renamining for PEP8, etc.

Towards googleapis#2746 (as is googleapis#3064). This approach is to slowly transition
from our current approach to use the GAPIC generated surface.

These unit tests weren't so bad to update. I did "editorialize"
as I went, downgrading constants to just variables, renamining
for PEP8, etc.
@dhermes dhermes added api: datastore Issues related to the Datastore API. hygiene labels Feb 24, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 24, 2017
@lukesneeringer
Copy link
Contributor

@dhermes Is your goal to get this into the umbrella release, or put it off until after? (I am okay with either as long as it does not block it.)


if cursor_as_bytes == b'': # Empty-value for bytes.
if response_pb.batch.end_cursor == b'': # Empty-value for bytes.

This comment was marked as spam.

This comment was marked as spam.

@lukesneeringer
Copy link
Contributor

Approved, but holding off on merge until the umbrella release question is answered.

@dhermes
Copy link
Contributor Author

dhermes commented Feb 24, 2017

@lukesneeringer This isn't release blocking. Only the guts have changed, so no user-facing implications.

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.

5 participants