Skip to content

datastore: base64 cursors#1209

Closed
mcfarljw wants to merge 3 commits intogoogleapis:masterfrom
mcfarljw:base64-cursors
Closed

datastore: base64 cursors#1209
mcfarljw wants to merge 3 commits intogoogleapis:masterfrom
mcfarljw:base64-cursors

Conversation

@mcfarljw
Copy link
Copy Markdown
Contributor

@mcfarljw mcfarljw commented Apr 6, 2016

Fixes: #1208

Not sure if this is the right way to handle it, but either way it could probably also use a test to prevent regressions in formatting going forward.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 6, 2016
@mcfarljw mcfarljw changed the title Base64 cursors datastore: base64 cursors Apr 6, 2016
if (nextQuery && nextQuery.endVal) {
// Convert endVal to base64 format
nextQuery.endVal = new Buffer(nextQuery.endVal).toString('base64');
}

This comment was marked as spam.

@stephenplusplus
Copy link
Copy Markdown
Contributor

Thanks for sending this in, you have been a huge help getting our Datastore support into good shape. 💪

@mcfarljw
Copy link
Copy Markdown
Contributor Author

mcfarljw commented Apr 6, 2016

No problem. Thanks for pointing out the global .gitignore thing, it certainly makes more sense. I'm not sure why I wasn't using it before! I'll get things cleaned up a bit and then make another commit. Looking forward to getting more of our server side code on node.

@stephenplusplus
Copy link
Copy Markdown
Contributor

Merged in a80ff9b -- thanks again for helping us out :)

sofisl pushed a commit that referenced this pull request Feb 3, 2026
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>

Source-Link: googleapis/synthtool@b1ced7d
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
sofisl pushed a commit that referenced this pull request Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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