v8.0.0-rc.11-dev.3: Reduce included-result decoding overhead (#30284)
- Prisma: 67 events in the last 90 days
- Prisma: 67th Release in the last 90 days
- Previous: 1 days earlier · v8.0.0-rc.11
What happened
Linked issue Follow-up to #30259 (merged). No separate Linear ticket was supplied or identified; the title was approved without a ticket prefix. At a glance Included cells reuse their execution-local column binding: let binding = bindings . get ( key ) ; if ( binding === undefined ) { binding = resolveIncludedColumnBinding ( contract , context , include , key ) ; bindings . set ( key , binding ) ; } decoded [ key ]…
Summary assembled by rule from the sources below