v8.0.0-rc.8-dev.2: fix(sql-orm-client): reject unsupported nested create inputs (#30144)
- Prisma 近 90 天出现 24 次
- Prisma 近 90 天第 24 次发版
- 上一次:同一天稍早 · 8.1.0-dev.2
发生了什么
Linked issue n/a — small change At a glance userCollection . upsert ( { create : { id : 'user_001' , name : 'Alice' , email : 'alice@example.com' , active : true , metadata : { } , // @ts -expect-error upsert create does not support relation callbacks posts : createNestedPosts , } , update : { name : 'Alice Updated' } , } ) Before this change, relation callbacks typechecked in upsert.create and the batch-create APIs…
摘要按规则整理自下方来源原文