← Back to events
ActiveTechRelease8.0.0-rc.11

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

What happened

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

Summary assembled by rule from the sources below

Why it's spreading

Sources