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

Handle bytestring records encoding to JSON #29

Closed
simonw opened this issue Oct 24, 2017 · 1 comment
Closed

Handle bytestring records encoding to JSON #29

simonw opened this issue Oct 24, 2017 · 1 comment

Comments

@simonw
Copy link
Owner

simonw commented Oct 24, 2017

http://localhost:8006/northwind-40d049b/Categories.json 500s right now

The string representation of one of the values looks like this:

b"\x15\x1c/\x00\x02\x00

This is a bytestring from the database which cannot be naively converted to a unicode string.

@simonw
Copy link
Owner Author

simonw commented Oct 24, 2017

Here's what I've got now:

localhost_8006_northwind-40d049b_categories_json

@simonw simonw closed this as completed in f643f7a Oct 24, 2017
@simonw simonw added this to the Ship v1 milestone Oct 24, 2017
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

No branches or pull requests

1 participant