v8.0.0-rc.7
- Prisma: 13 events in the last 90 days
- Prisma: 13th Release in the last 90 days
- Previous: earlier the same day · v8.0.0-rc.6-dev.1: feat(orm): rename take/skip to limit/offset (#30112)
What happened
v8.0.0-rc.7 ORM collection pagination renames to limit / offset , and the toolchain releases against @prisma/cli-engine@0.2.3 , the engine whose config loader ships the prisma init scaffold fixes from the unified CLI's rc line. The upgrade recipe for this hop: the user recipe . Breaking changes ORM pagination is limit / offset , not take / skip — .take(n) and .skip(n) are renamed to .limit(n) and .offset(n) on SQL a…
Summary assembled by rule from the sources below