Replies: 1 comment 2 replies
-
optId: Type.Union([Type.Number(), Type.Null()]) Will make the type |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce
Create a feather app with knex.
Create a shema with a nullable/optional column
Query to filter all row where the optional column is null
Expected behavior
Get the resutls
Actual behavior
Can't it to work at all.
$ne: do not accept null value
If I set it to undefined, I have a binding error in knex.
Could you please help to create this query?
I read the docs and I can't get any explanation on how to write this kind of query.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions