prisma1
prisma1 copied to clipboard
💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
> Please see latest spec in: https://github.com/prisma/prisma/issues/3405 In order to be able to optimise performance for the actual workload, it should be possible for the development team to specify the...
**Describe the bug** When I try to scale Prisma horizontally by adding a second server, the first server logs: ``` Obtaining exclusive agent lock... Obtaining exclusive agent lock... Successful. ```...
**Is your feature request related to a problem? Please describe.** Using Prisma in a production environment results in unexpected issues. I will outline several of the issues that my team...
**Describe the bug** Prisma server has an internal queueSize of concurrent request it could be processing. When this limit is hit (with high enough QPS and slower queries), Prisma server...
I have a question regarding prisma client `updateMany`. We use it to wrap deletions from two tables into one transaction, we also want to delete the relation between them. We...
**Describe the bug** In connect field, for example, an "id" field is required in connect. Even the id is invalid, the document (MongoDB) is still being created and return a...
**Describe the bug** Unable to update an `enum` list in Prisma Client without manually changing it into a `set` object. **To Reproduce** For this datamodel: ```graphql type Participant @model {...
**Describe the bug** The problem is that I cannot disconnect relations when I try to use e.g. `updateManyUsers` because all values with relations are missing in `UserUpdateManyMutationInput`. Everything works fine...
**Is your feature request related to a problem? Please describe.** Consider the following mongodb datamodel: ```gql type A { id: ID! @id name: String! bs: [B!]! } type B {...
This feature requests serves as a central place to discuss development and progress for the MS SQL connector.