You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any way to create "IS NULL" condition. Tried to do
Model.find({field: null}, ...
but that throws exception
500 TypeError: Cannot read property 'orm_special_object' of null
at Builder.build (.\node_modules\orm\lib\sql\Select.js:130:38)
at Driver.find(.\node_modules\orm\lib\Drivers\DML\mysql.js:94:34)
at Object.run (.\node_modules\orm\lib\ChainFind.js:75:16)
at Function.model.find (.\node_modules\orm\lib\Model.js:242:9)
Thank you for your great work on project.
The text was updated successfully, but these errors were encountered:
Hello,
is there any way to create "IS NULL" condition. Tried to do
but that throws exception
Thank you for your great work on project.
The text was updated successfully, but these errors were encountered: