← Back to events
ActiveTechRelease8.0.0-rc.8

v8.0.0-rc.8-dev.2: fix(sql-orm-client): reject unsupported nested create inputs (#30144)

What happened

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…

Summary assembled by rule from the sources below

Why it's spreading

Sources