- Introduce top‑level `createManyAndReturn()` query with RETURNING support for PostgreSQL, CockroachDB, and SQLite, allowing immediate retrieval of created records and field selection.
- Optimize MongoDB queries by rewriting `in` and relation loads to use `$or`/`$eq`, eliminating COLLSCAN and dramatically improving performance.
- Fix numerous issues across Prisma Client and Migrate, including correct `createMany` return values, schema‑less client generation, nested query indexing, referential action autocomplete, and migration validation errors.
Community impact
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.