prisma known bugs
npm3 known bugs in prisma, with affected versions, fixes and workarounds. Sourced from upstream issue trackers.
3
bugs
Known bugs
| Severity | Affected | Fixed in | Title | Status | Source |
|---|---|---|---|---|---|
| high | 6.1.0 | 6.1.1 | findMany with include on nullable relation returns empty array on PostgreSQL When a nullable relation was included in findMany, results with NULL foreign keys returned an empty array instead of the parent rows. Fixed in 6.1.1. | closed | github:#25789 |
| medium | 5.22.0 | 5.22.1 | Connection pool exhausts under high concurrency with transactionOptions.maxWait transactionOptions.maxWait leaked connections when the wait timed out. Workaround: do not set maxWait. Fixed in 5.22.1. | closed | github:#25003 |
| medium | 6.0.0 | 6.0.1 | Prisma 6 generate fails on Windows with spaces in path Paths containing spaces (e.g. `C:\Program Files\...`) broke the `prisma generate` step. Workaround: symlink into a space-less path. Fixed in 6.0.1. | closed | github:#25310 |
API access
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/bugs/npm/prisma