2 known bugs in prisma, with affected versions, fixes and workarounds. Sourced from upstream issue trackers.
| 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 |
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/bugs/npm/prisma| 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 |