-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Error running query: datetime.time(13, 52, 27) is not JSON serializable #463
Comments
It's definitely is. What datasource type are you using? |
Ok, I believe I know where the problem is. Expect a fix tomorrow. On Sunday, June 28, 2015, Randall Koutnik notifications@github.com wrote:
|
I'm using postgres here. Thanks for the quick response! |
Fixed this in #464 and it's part of the 0.6.1-RC release. See details on how to upgrade here. There is still some room for improvement in the UI (time columns treated as plain strings), but at least it will return results now. |
My table schema:
(and yes, I committed the horrible sin of camel_case vs underScore. I'll be fixing that soonish)
The query
Gives me the error
Error running query: datetime.time(13, 52, 27) is not JSON serializable
. I worked around it withto_char
but this seems to be a problem at the Python layer.The text was updated successfully, but these errors were encountered: