Closed big213 closed 6 years ago
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 ''
for now, but any chance you could push the fix to npm so I can test it?
Hi @big213
i've published orientjs-3.0.0
let me know if it is ok
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