Skip to content

Issues: prisma/prisma

Feedback for Preview Features
#3108 opened Jul 22, 2020 by nikolasburk
Open
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

RustPanic: RuntimeError
#24183 opened May 14, 2024 by crazyH0b0
Types broken on void clients bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/client Issue for team Client. tech/typescript Issue for tech TypeScript. topic: client types Types in Prisma Client
#24182 opened May 14, 2024 by NBMSacha
Prisma Migrate Drops Custom Migrations bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/schema Issue for team Schema. topic: migrate topic: prisma migrate dev --create-only CLI: prisma migrate dev --create-only
#24180 opened May 14, 2024 by ApocalypseCalculator
Migration failed to apply cleanly to shadow database bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/schema Issue for team Schema. topic: migrate topic: prisma migrate dev CLI: prisma migrate dev topic: shadow database
#24175 opened May 13, 2024 by rpbarnes
Support for manually managing prepared statements kind/feature A request for a new feature. team/client Issue for team Client. topic: client api topic: extend-client Extending the Prisma Client
#24171 opened May 13, 2024 by kavyantic
Unable to require libquery_engine-debian-openssl-3.0.x.so.node bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/client Issue for team Client. topic: engine-not-found
#24159 opened May 12, 2024 by SashaGoncharov19
Error Thrown When Sorting Field Is Not Selected bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/client Issue for team Client. topic: chunking topic: rust panic topic: sql server Microsoft SQL Server
#24152 opened May 10, 2024 by Hellio404
Dynamic load relations kind/feature A request for a new feature. team/client Issue for team Client. topic: relations
#24149 opened May 10, 2024 by simplo-marcind
Repeated alter migrations in Postgres for String[] @default([]) @db.VarChar(64) bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/schema Issue for team Schema. tech/engines Issue for tech Engines. topic: default topic: endless migrations topic: migrate topic: scalar list []
#24138 opened May 9, 2024 by betimer
Raw query returning a bigint for an int field bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. team/client Issue for team Client. topic: mysql topic: raw $queryRaw(Unsafe) and $executeRaw(Unsafe): https://www.prisma.io/docs/concepts/components/prisma-cli topic: unsigned
#24136 opened May 9, 2024 by iGarym
Many-to-many relationship not through linking table kind/feature A request for a new feature. team/client Issue for team Client. team/schema Issue for team Schema. topic: joins topic: relations
#24134 opened May 8, 2024 by jmwilkinson
Disambiguating relations incorrectly auto formatting bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/schema Issue for team Schema. topic: prisma format CLI: prisma format topic: relations
#24132 opened May 8, 2024 by keckrich
@prisma/extension-pulse is not exported from package bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/pdp Issue for team Prisma Data Platform. topic: Next.js topic: @prisma/extension-pulse
#24130 opened May 8, 2024 by jeffreybos
::INET column type not supported when creating bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/client Issue for team Client. topic: create() topic: createMany() topic: @db.Inet Native type `Inet`
#24129 opened May 8, 2024 by davidgg
Error: Could not parse schema engine response: SyntaxError: Unexpected token '/', "/data/data"... is not valid JSON bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/client Issue for team Client. team/schema Issue for team Schema. topic: android
#24123 opened May 8, 2024 by RizeKishimaro
Sort by property of Json field kind/feature A request for a new feature. team/client Issue for team Client. team/schema Issue for team Schema. topic: Json Scalar type `Json` topic: orderBy / sorting
#24122 opened May 8, 2024 by fgrande
Sort by Enum Field(s) alphabetically kind/feature A request for a new feature. team/client Issue for team Client. team/schema Issue for team Schema. topic: enum "type"/block `enum` topic: orderBy / sorting
#24120 opened May 8, 2024 by fgrande
Prisma Migrator ADD COLUMN formatting bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. team/schema Issue for team Schema. topic: migrate topic: prisma migrate dev CLI: prisma migrate dev
#24115 opened May 8, 2024 by leppaott
PANIC: timer has gone away bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. kind/bug A reported bug. team/client Issue for team Client. team/schema Issue for team Schema. topic: deployment/cpanel topic: OS/distro-resolution topic: rust panic
#24100 opened May 7, 2024 by Joao-Neto-DH
Setting a default value for an array field repeats it on every subsequent migration bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. team/client Issue for team Client. team/schema Issue for team Schema. tech/engines/migration engine Issue in the Migration Engine topic: default topic: migrate topic: scalar list []
#24086 opened May 6, 2024 by hyoretsu
Ignore certain fields for @updatedAt kind/feature A request for a new feature. team/client Issue for team Client. team/schema Issue for team Schema. topic: update() topic: updatedAt
#24080 opened May 5, 2024 by SuperManito
Support UUID v7 kind/feature A request for a new feature. team/client Issue for team Client. team/schema Issue for team Schema. topic: uuid
#24079 opened May 5, 2024 by kibertoad
Prisma incorrectly parses CRDB's FK constraint error as not available bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/client Issue for team Client. topic: error topic: foreign keys
#24072 opened May 3, 2024 by evangeline
$on is missing on the extended client kind/feature A request for a new feature. team/client Issue for team Client. topic: client types Types in Prisma Client topic: clientExtensions topic: logging topic: $on
#24070 opened May 3, 2024 by aqrln
ProTip! What’s not been updated in a month: updated:<2024-04-14.