We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Here's what I've got now:
Sorry, something went wrong.
f643f7a
No branches or pull requests
http://localhost:8006/northwind-40d049b/Categories.json 500s right now
The string representation of one of the values looks like this:
This is a bytestring from the database which cannot be naively converted to a unicode string.
The text was updated successfully, but these errors were encountered: