Andrew Walford
Andrew Walford
Cristian suggests we remove the 'path' lines from the following examples: * https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#string_contains * https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#string_starts_with * https://www.prisma.io/docs/reference/api-reference/prisma-client-reference#string_ends_with The paths are optional. I personally think they're OK in the examples, because...
Add draft documentation for new `extendedWhereUnique` feature
Add section about transaction timing issues. This covers the causes of error code P2034 and provides a solution.
Some things we probably want to cover in the GUI guidelines: * When we want the user to activate a GUI element, do we say **select** or **click**? * Where...
Add clarification about filtering with the OR operator and empty values
For 4.5.0, interactive transactions are going GA. SME: Dan See: https://www.notion.so/prismaio/Interactive-Transactions-supported-in-Data-Proxy-cba564a8e37348078f0242b555a95fe0 Board for engineering work: https://github.com/orgs/prisma/projects/84
In this doc, Garren explains in detail how OCC works. https://www.notion.so/prismaio/How-OCC-works-7e54faef816b4ed19f00f6dd1d98b5b5 We might want to bring some of this material into our docs. This might overlap with https://github.com/prisma/docs/issues/3881
See Jan's comment here: https://github.com/prisma/prisma/issues/9678#issuecomment-1259873693 Also see comment here: https://prisma-company.slack.com/archives/C040E1UMBD5/p1664302380890449?thread_ts=1664230183.328229&cid=C040E1UMBD5 This might overlap with https://github.com/orgs/prisma/projects/31?fullscreen=true
From the user feedback in this call log: https://prisma.productboard.com/insights/notes/all-notes/notes/27266684 "Docs for self relations * Need to use two fields for relation but why and how does it work? Would be...
**Note:** preview issue needs to go into the PR For 4.5.0, we're adding a preview feature that gives the ability to use non-unique fields in where statements for findUnique, upsert,...