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

wip: support unique composite indexes

Open Weakky opened this issue 3 years ago • 0 comments

Overview

This PR is still WIP. If someone takes over this PR, please have a look at this document first.

Things left to be done:

  • Write tests for partial composite uniques
  • Write tests for cursors (which uses the WhereUniqueInput too) (code was refactored so that cursors and findUnique share the same code path now but some regression tests would still be useful)

Weakky avatar Aug 26 '22 16:08 Weakky