Pablo Dorado

Results 3 issues of Pablo Dorado

We have a function that includes an `OR` matching, like the following: ```ts prismaClient.model.findMany({ where: { AND: [{ OR: [ { field: { contains: 'value', mode: 'insensitive', } }, {...

bug
invalid
question

### I was trying to... I needed using `IS_OPTIONAL` to sanitize an object based on it's validation metadata. However, I noticed that, even though #2044 has already been merged, there...

type: question

## Description Updates the package version to 0.14.2 ## Checklist - [x] the pull request title describes what this PR does (not a vague title like `Update index.md`) - [x]...