-
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
InvalidReferenceError
when using #[edgedb(json)]
container level with <json>
type casting
#316
Comments
probably wrapping into |
This issue is hard to read because you've edited the original question. The problem is with this EdgeQL query:
It is saying that field This is what you wanted to do:
Although the bindings could print an nicer error message that would look like this:
|
Ref #282 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to this:
https://github.com/edgedb/edgedb-rust/blob/master/edgedb-derive/src/lib.rs#L59-L74
I wrote code:
An error happened:
Error
Tried on v4.2, v4.7, v5-beta3
The text was updated successfully, but these errors were encountered: