v8.0.0-rc.11-dev.3: Reduce included-result decoding overhead (#30284)
- Prisma 近 90 天出现 67 次
- Prisma 近 90 天第 67 次发版
- 上一次:1 天前 · v8.0.0-rc.11
发生了什么
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 ]…
摘要按规则整理自下方来源原文