Andrew Walford
Andrew Walford
Update 05 Sep 2022: I accidentally merged this, so I reverted it, then made a new PR. The new PR is here: https://github.com/prisma/docs/pull/3722 This docs work is done, but we...
Client team are adding functionality to allow multi-schema support. I am not sure yet if there are any user-facing changes on the client side, so I'm making this issue as...
We've had a suggestion to expand our [docs for error code P1012](https://www.prisma.io/docs/reference/api-reference/error-reference#p1012) to include invalid schema errors (when parsed with Prisma 4 or later). Slack thread: https://prisma-company.slack.com/archives/C5Z9TH6N9/p1660549192661239 Example: * User...
First draft of the style guide rework, for Tana to review I've done the following: * Split the guide out into separate pages, and restructured it * Brought in items...
Bring in the items in our style guide questions doc. Tana has commented on most, and I can make judgment calls on the others. Some are TBD, pending agreement with...
Andrew is to improve our style guide. This consists of several tasks: - [x] #3361 - [x] #3360 - [ ] #3359 - [ ] #3686 - [x] #3771
Added docs for the `filteredRelationCount` preview feature.
Suggestion from Jan In the [Data Proxy doc](https://www.prisma.io/docs/concepts/data-platform/data-proxy), and probably other docs (we'll need to check), we mention a "migrate" command that will not work on Windows. The command suggested...
In [this section](https://www.prisma.io/docs/concepts/components/prisma-client/raw-database-access#raw-query-type-mapping) of the raw database access doc, the table is perhaps too simple, because the details are not true for all database engines. Flavian pointed out that there...
From Slack thread: https://prisma-company.slack.com/archives/C5Z9TH6N9/p1657703351889459 People want to use raw MongoDB queries but don’t know how to use `$runCommandRaw` for this. The docs can probably be improved quite a bit (ideally...