prisma1 icon indicating copy to clipboard operation
prisma1 copied to clipboard

💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]

Results 100 prisma1 issues
Sort by recently updated
recently updated
newest added

> 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...

rfc/1-draft

**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. ```...

kind/question

**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...

kind/feature
area/api
area/performance

**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...

bug/1-repro-available
area/server
kind/bug

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...

kind/feature
area/server

**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...

kind/feature
area/connector/mongo

**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 {...

kind/feature
area/client

**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...

kind/feature
area/api

**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 {...

kind/feature
area/connector/mongo

This feature requests serves as a central place to discuss development and progress for the MS SQL connector.

kind/feature
area/connector