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 The current workaround to generate enums in Prisma types behaves slightly differently from the native TS enums, and causes subtle errors when maintaining our own copy of...

kind/improvement
topic: client types
team/client
topic: enums
topic: breaking change

### Bug description We have recently been seeing query engine library errors on our app hosted on vercel. This has been happening for about a day and suddenly started happening...

bug/1-unconfirmed
kind/bug
team/client
topic: deployment/vercel
priority/unknown
size/unknown
topic: You incorrectly pinned it to ...

### Bug description "Joining" 5-6 tables with a data set > 20k rows (not that big) is a bottleneck on the DB given how Prisma does the "joins". Each join...

bug/1-unconfirmed
kind/bug
topic: performance
tech/engines
team/client
topic: joins
topic: performance/queries
priority/unknown
size/unknown

### Bug description Changing the type of a field in a model, or adding a new field, then running the command `npx prisma db push` and `npx prisma generate` are...

bug/2-confirmed
kind/bug
topic: editor
team/client

## Problem I'm used to having all the configurations together, so a separate configuration file would make the program more complicated ## Suggested solution Add more configuration file formats will...

### Bug description BigInt Id's returned from a cockroachdb query have an 'n' suffix added to them. for instance ``` BigInt(0786496040863662081) ``` problem is, when trying to reuse this id...

kind/bug

### Bug description Full-text-search not working when the query is multiple words, works fine when it's a single word being passed into my Prisma query: ```ts const results = await...

kind/improvement
team/client
topic: fullTextSearch

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

topic: dependencies
kind/tech
domain/schema
domain/client

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sindresorhus/slugify](https://togithub.com/sindresorhus/slugify) | [`1.1.2` -> `2.2.1`](https://renovatebot.com/diffs/npm/@sindresorhus%2fslugify/1.1.2/2.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sindresorhus%2fslugify/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [open](https://togithub.com/sindresorhus/open) | [`7` -> `8`](https://renovatebot.com/diffs/npm/open/7.4.2/8.4.0) | [![age](https://badges.renovateapi.com/packages/npm/open/8.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

tech/typescript
team/client
topic: tech debt