prisma icon indicating copy to clipboard operation
prisma copied to clipboard

Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

Results 1095 prisma issues
Sort by recently updated
recently updated
newest added

### Bug description Around 6.6 the linter is starting to complain about schema files in the migrations folder that are being picked up by the linter. I'm using a data-migrations...

bug/1-unconfirmed
kind/bug
domain/schema
domain/client
topic: prismaSchemaFolder

schema output ``` generator client { output = "../../types/prisma" provider = "prisma-client-js" } ``` Run generate: ``` npx prisma generate ``` Outputs `src/types/prisma/index.js` file but the path is the absolute...

bug/2-confirmed
kind/bug
topic: generator
domain/client

### Bug description Working with `Date` type fields with prisma and MySQL is pretty difficult with the way it is working currently. Prisma always seems to convert the date value...

bug/1-unconfirmed
kind/bug
tech/engines/query engine
topic: dates / DateTime
topic: mysql
domain/client
topic: @db.Date

### Bug description Bug Report: npx prisma init Fails with Module Resolution Error Description Executing npx prisma init --datasource-provider postgresql --output ./generated/prisma results in the following error: Error: Cannot find...

kind/bug

### Bug description Frustrating bug - I am attempting to deploy my database after resolving a failed migration. `prisma migrate resolve --rolled-back "migration-name"` This works, giving the following response ```...

bug/0-unknown
kind/bug
domain/schema

### Feature Summary Currently if you use something like `jsonb_build_object` or `jsonb_agg` all it does is generate the `$runtime.JsonValue` type... which is pretty much useless and unclear, it just tells...

kind/feature
domain/client

### Bug description @prisma/client's postinstall hook is supposed to run prisma generate to scaffold a bunch things in the `node_modules/.prisma/` directory, however, this fails for me ever since prisma 6.7.0...

bug/1-unconfirmed
kind/bug
domain/client

I took a stab at starting the work on creating an adapter for the AWS Advanced NodeJS Wrapper that provides improvements around failovers and connection handling. Relevant issue/feature request here:...

### Bug description When running: ```sh bunx prisma generate ``` in a Bun-based project (which uses bun.lock), Prisma still creates a package-lock.json file. This seems to indicate that Prisma internally...

bug/0-unknown
kind/bug
domain/client

### Bug description I'm getting the following error when trying to query my prisma postgres db as following: `Message : Invalid `this.prisma.application.findMany()` invocation in /Users/.../prisma.ts:27:43 24 const skip = (input.page...

bug/0-unknown
kind/bug
domain/schema