prisma-engines
prisma-engines copied to clipboard
wip: support unique composite indexes
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
WhereUniqueInputtoo) (code was refactored so that cursors and findUnique share the same code path now but some regression tests would still be useful)