database
database copied to clipboard
Feat: Allow null queries
This PR tries to solve queries with null values failing, such as Query.equal("name", null).
Marked as a draft because the solution sounds too simple to be correct 😅
- [x] New tests implemented
Any chance this problem is already solved in #194 ?
Closing as this will be superseded by future features