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

Update batch/transaction/query to hold client. #978

Merged
merged 6 commits into from
Jul 11, 2015
Merged

Update batch/transaction/query to hold client. #978

merged 6 commits into from
Jul 11, 2015

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Jul 10, 2015

Update batch/transaction to push themselves onto client's stack, rather
than batches.

Updated API-invoking methods to take 'client', rather than 'connection',
falling back to the client held by self.

See #944.

Update batch/transaction to push themselves onto client's stack, rather
than batches.

Updated API-invoking methods to take 'client', rather than 'connection',
falling back to the client held by self.

See #944.
@tseaver tseaver added the api: datastore Issues related to the Datastore API. label Jul 10, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 10, 2015
'a dataset ID set.')

def __init__(self, client):
self._client = client

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Jul 10, 2015

All finished with review, will await your comments.

@tseaver
Copy link
Contributor Author

tseaver commented Jul 10, 2015

@dhermes I think I have addressed everything. PTAL.

@dhermes
Copy link
Contributor

dhermes commented Jul 10, 2015

LGTM

tseaver added a commit that referenced this pull request Jul 11, 2015
…_client

Update batch/transaction/query to hold client.
@tseaver tseaver merged commit 3c76dbf into googleapis:master Jul 11, 2015
@tseaver tseaver deleted the 944-batch_transaction_query_hold_client branch July 11, 2015 03:42
@dhermes dhermes mentioned this pull request Jul 21, 2015
dhermes added a commit to dhermes/google-cloud-python that referenced this pull request Jul 21, 2015
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