prisma-engines icon indicating copy to clipboard operation
prisma-engines copied to clipboard

WIP: implicit m2m relationships referential actions

Open miguelff opened this issue 2 years ago • 1 comments

Not ready to be reviewed yet

Fixes https://github.com/prisma/prisma/issues/16390 To be shipped along doc changes in https://github.com/prisma/docs/pull/4200

Implements the following requirements for implicit m2m relationships exist, and relationMode=prisma

  • [ ] deleting one record on either side of the relationship should cascade to the pivot table
  • [ ] deleting many records on either side of the relationship should cascade to the pivot table
  • [ ] updating the PK for one record on either side of the relationship should cascade to the pivot table
  • [ ] updating the PK for many records,on either side of the relationship should cascade to the pivot table

miguelff avatar Dec 06 '22 18:12 miguelff

CodSpeed Performance Report

Merging #3469 fix/16390 (d4d90f3) will not alter performances.

Summary

🔥 0 improvements ❌ 0 regressions ✅ 11 untouched benchmarks

🆕 0 new benchmarks ⁉️ 0 dropped benchmarks

codspeed-hq[bot] avatar Jun 02 '23 07:06 codspeed-hq[bot]