-
Notifications
You must be signed in to change notification settings - Fork 68
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
OrientJS 3.0: Error when using null params #335
Comments
Hi @big213 i've just pushed a fix. It will be available on the next release Thanks |
Hi @wolf4ood OrientDB 3.0.8 just rolled out recently, and it seems to be working well so far. However, null params as described in this issue are still not working. In fact, it doesn't throw any error anymore, the query just doesn't return. I guess it is not a huge isssue, I just switched the param to |
Hi @big213 i've published Thanks |
@wolf4ood All good now, thanks! |
OrientJS Version: 3.0.0-beta3
OrientDB Version: 3.0.7
Steps to reproduce error:
INSERT INTO V SET foo = null
session.query("SELECT FROM #1:0 WHERE foo = :foo", { params: { foo: null } })
Results in this error:
Unhandled rejection TypeError: err.isTokenException is not a function
The text was updated successfully, but these errors were encountered: