-
### What happened?
Fresh clone with docker and I get these logs
### Version
latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)
### What browser(s) are you seeing the problem on…
mdp18 updated
1 month ago
-
**Describe the Bug**
After upgrading to `0.28.0` to address #450, I'm getting generated files that fail the TypeScript build with errors like this:
```
prisma/generated/typegraphql/index.ts:16:…
-
- [ ] Create one functional prisma example from databank to local development environment.
-
I think there is a bug in Prisma. I have tried this with about three different databases services which use MySQL and PostgreSql and they all fail at the"NOT NULL" constraint. Yet I figured that this …
-
Consider a federated graph where in one graph you declare an entity like this:
```
export const ProjectRef = builder.prismaObject("Project", {
select: { // to load only the necessary data, …
-
Based on this PR: https://github.com/baptisteArno/typebot.io/pull/1245
This is blocked as long as Prisma does not implement this: https://github.com/prisma/prisma/issues/23221
-
### Bug description
in a nodejs app using multiple prisma client adapters to connect to different db, libquery_engine.so is loaded multiple times and creates unnecessary threads
```
$ lsof -nPp $…
-
### Is your feature request related to a problem? Please describe.
currently it seems computed fields are not supported in tsed/prisma out of the box
### Describe the solution you'd like
according …
-
### What's not working?
After upgrading to the latest version of Prisma, our Redwood app's GraphQL queries for nested fields are returning incomplete data. For example, when querying posts { comment…
-
### Bug description
Creating a one to many relationship table with a large quantity of many (1M+) causes prisma studio to fail to load the table due to memory issues. This makes sense if I was tryi…