We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, orientjs version: 3.0.8 orientdb version: 3.0.10
Filter on null Property != "String" not work using orientJs but work fine using the orientdb studio
Exemple 1 :
const result1 = await odb.query("select from V where nullValue != 'true' "); console.log(result1)
result :
Array(0) []
Exemple 2 :
const result2 = await odb.query("select from V where nullValue IS NOT DEFINED "); console.log(result2)
Array(29) [Object, Object, Object, Object, Object, Object, Object, Object, …]
The text was updated successfully, but these errors were encountered:
Hi @smehdi21
which API of OrientJS are you using?
This one http://orientdb.com/docs/3.0.x/orientjs/OrientJS-Legacy.html
or
http://orientdb.com/docs/3.0.x/orientjs/OrientJS.html
Thanks
Sorry, something went wrong.
Hi, We use the old API one. migration is planned but not done yet. Thanks
wolf4ood
No branches or pull requests
hello,
orientjs version: 3.0.8
orientdb version: 3.0.10
Filter on null Property != "String" not work using orientJs but work fine using the orientdb studio
Exemple 1 :
result :
Exemple 2 :
result :
The text was updated successfully, but these errors were encountered: