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 sure query isn't null on getRows #18

Merged
merged 2 commits into from
Mar 28, 2015
Merged

Conversation

iros
Copy link
Contributor

@iros iros commented Nov 10, 2014

Fixing issue #15.

@theoephraim
Copy link
Owner

I noticed this the other day. Thanks for the fix!
What is the return empty option for?

@iros
Copy link
Contributor Author

iros commented Nov 11, 2014

Ah! So, if you request a cell that does not have content, google will actually not return any cells to you, which would cause getCells to return nothing as well. If you're retrieving cells to be able to write into them, then you want to get those empty cells back. Setting returnEmpty to true will let you do that.

@iros
Copy link
Contributor Author

iros commented Nov 11, 2014

Also, sorry for clobbering both into the same PR, I didn't mean to, but I am building an app a bit under the gun and so having to rely on my fork until these things are in =).

theoephraim added a commit that referenced this pull request Mar 28, 2015
making sure query isn't null on getRows
@theoephraim theoephraim merged commit 616cf30 into theoephraim:master Mar 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants