test(findMany): add failing test for querying by null#187
test(findMany): add failing test for querying by null#187kettanaito wants to merge 1 commit intomainfrom
Conversation
kettanaito
commented
Jan 26, 2022
- Fixes Querying for null values #186
92b43dd to
235c606
Compare
| const users = db.user.findMany({ | ||
| where: { | ||
| organizationId: { | ||
| equals: null, |
There was a problem hiding this comment.
Querying nullable fields by null is a legal operation.
235c606 to
bd133cf
Compare
InsightsI suspect that the type produced by Lines 211 to 212 in d32f154 First of all, it misses the Eventually, a Lines 88 to 89 in d32f154 |
Update1.0 most likely fixes this. The task is now to see if this test exists in the new test suites and if it doesn't, add it. |
Released: v1.0.1 🎉This has been released in v1.0.1. Get these changes by running the following command: Predictable release automation by Release. |