← 返回事件
持续讨论科技发版8.0.0-rc.11

v8.0.0-rc.11-dev.11: feat(orm): support prepared row reads (#30260)

发生了什么

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 (…

摘要按规则整理自下方来源原文

为什么在扩散

来源