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

Don't try to b64decode null values on kv restore #70

Merged
merged 1 commit into from
Nov 20, 2015

Conversation

bdclark
Copy link
Contributor

@bdclark bdclark commented Oct 15, 2015

This should address #68. When encountering rows with a null value during a kv restore, leave them null and move on rather than trying to b64decode them (since trying to b64decode None fails).

gmr added a commit that referenced this pull request Nov 20, 2015
Don't try to b64decode null values on kv restore
@gmr gmr merged commit a00a1f7 into gmr:master Nov 20, 2015
@gmr
Copy link
Owner

gmr commented Nov 20, 2015

Thanks!

@bdclark bdclark deleted the base64decode branch December 12, 2015 07:18
@jantman jantman mentioned this pull request Apr 18, 2016
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.

None yet

2 participants