baran özer

Results 4 comments of baran özer

looks like this package don't work anymore

On TypeOrm source file named: SelectQueryBuilder.ts Isn't there a misslogic on line 4015, if condition value is undefined or null TypeOrm doesn't add any condition to query.

Actually, you can use it with Prisma >= 4.0 by modifying your package.json file. Just add these lines: ` "overrides": { "zod-prisma": { "prisma": "$prisma" } },`