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
Loading
Label
Filter by label
Loading
Use alt click/return to exclude labels
or click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Prisma generates types incorectly kind/bug A reported bug.
#24901 opened Jul 28, 2024 by umtale
Support for InfluxDB domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. domain/schema Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc. kind/feature A request for a new feature. topic: connector
#24893 opened Jul 26, 2024 by suyashcjoshi
Timed out fetching a new connection from the connection pool bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. tech/engines Issue for tech Engines. topic: connection pool
#24891 opened Jul 25, 2024 by jpetto
Prisma enable multiSchema error - database was empty - but it is not empty - npx prisma db pull bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. domain/schema Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc. kind/bug A reported bug. topic: multiSchema multiple schemas
#24877 opened Jul 24, 2024 by CodeMasterZeroOne
Having Type mismatch While Creating a Model using same model type referance bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. domain/schema Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc. kind/bug A reported bug. topic: typescript
#24871 opened Jul 24, 2024 by kartikgajjar7
Support JSON_OVERLAPS domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/feature A request for a new feature. topic: json array
#24862 opened Jul 23, 2024 by tialki
SELECT prop: undefined behaves like prop: true bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. topic: undefined
#24861 opened Jul 23, 2024 by KuanWenChen
Support Non-Ascii Field domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/feature A request for a new feature. topic: i18n internationalization
#24860 opened Jul 23, 2024 by sacru2red
Can't import enum from prisma client in client-side code bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. topic: browser
#24859 opened Jul 22, 2024 by peihuanhuan
Expected parent IDs to be set when ordering by parent ID. bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug.
#24855 opened Jul 22, 2024 by priyankaCorma
Support for "not null *going forward*", for expand-contract schema data migration patterns domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. domain/schema Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc. kind/improvement An improvement to existing feature and code.
#24850 opened Jul 21, 2024 by aseemk
Add support to android? Everything works fine in termux except prisma domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/feature A request for a new feature.
#24848 opened Jul 21, 2024 by FerielNot1
Timed out fetching a new connection from the pool bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. tech/engines Issue for tech Engines. topic: connection pool
#24844 opened Jul 20, 2024 by rivatove
Client is still generated in the postinstall with PRISMA_SKIP_POSTINSTALL_GENERATE=true in .env bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. tech/typescript Issue for tech TypeScript. topic: generator
#24842 opened Jul 20, 2024 by wshuman3
updateMany fails on implicit many-to-many self relation bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. topic: updateMany()
#24839 opened Jul 19, 2024 by naveen-bharathi
Reusing Scalar Fields Types domain/schema Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc. kind/feature A request for a new feature.
#24837 opened Jul 19, 2024 by lucasdavidferrero
Incorrect type inferred when using omit include inside of an include. bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. topic: include topic: omit
#24835 opened Jul 19, 2024 by danielluna90
Incorrect type inferred when using conditional include on 1:N relation field bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. topic: relations
#24829 opened Jul 18, 2024 by mjy9088
Error thrown using PrismaClient in Cloudflare Pages project bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. topic: Cloudflare Pages
#24827 opened Jul 17, 2024 by richburdon
Raw Query Throws an Error in Release 5.17.0 bug/0-unknown Bug is new, does not have information for reproduction or reproduction could not be confirmed. domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/bug A reported bug. kind/regression A reported bug in functionality that used to work before. topic: raw $queryRaw(Unsafe) and $executeRaw(Unsafe): https://www.prisma.io/docs/concepts/components/prisma-cli
#24824 opened Jul 17, 2024 by david-ember
groupBy include/select by aggregate field domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/feature A request for a new feature. topic: groupBy()
#24816 opened Jul 17, 2024 by victor-letunovsky
Better error serialization (stack traces) domain/client Issue in the "Client" domain: Prisma Client, Prisma Studio etc. kind/improvement An improvement to existing feature and code. topic: error
#24815 opened Jul 17, 2024 by aseemk
ProTip! Exclude everything labeled bug with -label:bug.