-
Notifications
You must be signed in to change notification settings - Fork 65
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
Better error message for invalid value #275
Comments
another one
|
Can you show some code examples here? Ideally TypeScript would catch these errors at compile time (at least the first one). |
@colinhacks Yes
It's fixed by using |
The second one happened because of a right to left override character which is not supported without using the escaped form.
A better error would maybe include the full generated query?
|
Another one
This happened on a query like so (but with a more complex type)
|
A better error
Invalid value for type std::json at property metadata in default::User
The text was updated successfully, but these errors were encountered: