-
Notifications
You must be signed in to change notification settings - Fork 25
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
Queryable
not implemented for Value
#173
Comments
Unfortunately it's not possible in the way trait is defined now. You can query a Do you need to put |
Yes, I was trying to return After that didn't work, I just returned one Another solution, I just realized, could have been to convert my error objects to JSON strings, and return that from EdgeDB. Feel free to close the issue, if you don't plan to change the current implementation of the trait. |
I think this issue can stay for the reference. Because I'm still not sure what the best way to handle this. The core issue here is that:
Maybe |
It seems, the Queryable trait isn't implemented for edgedb_protocol::value::Value.
Value
would be quite valuable for debugging, logging, and so on.The text was updated successfully, but these errors were encountered: