v8.0.0-rc.11-dev.11: feat(orm): support prepared row reads (#30260)
- Prisma 近 90 天出现 78 次
- Prisma 近 90 天第 78 次发版
- 上一次:同一天稍早 · v8.0.0-rc.11-dev.10: Add Postgres Date codec and field presets (#30288)
发生了什么
Linked issue Issue tracking and Linear title/link requirements explicitly waived by the maintainer. At a glance From the Postgres integration test , with its existing db and runtime : db.orm.public.User.select('id').prepared.first({ id: p.id }), ); expect(await terminal.query(runtime, { id: 2 })).toEqual({ id: 2 }); expect(await terminal.query(runtime, { id: 99 })).toBeNull();"> const terminal = await db . prepare (…
摘要按规则整理自下方来源原文