-
Hi Prisma Team! The following command just crashed.
## Command
`migrate dev --schema [redacted]`
## Versions
| Name | Version |
|-------------|------------------…
-
You can currently use numeric IDs / cursors, but you have to manually pass the generic: https://github.com/devoxa/prisma-relay-cursor-connection/blob/master/tests/index.spec.ts#L194
```ts
// …
-
## Problem
In order to do any type of work on a Star Schema where you select the Fact Table and join in all of the Dimensions, you will always be grouping by related columns... almost never anythin…
-
### Bug description
`exactOptionalPropertyTypes` has TypeScript apply stricter rules around the handling of optional properties - specifically when enabled optional properties are considered to only …
-
I'm thinking about migrating from Prisma 1 to Prisma 2 + TypeGraphQL, but just found that generated GraphQL schema (see e.g. [generated-schema.graphql](https://github.com/MichalLytek/typegraphql-prism…
-
### Bug description
The current template for generating `{ModelName}GetPayload` generic types, which are used everywhere to infer payload types based on inputs, is missing pieces of logic that negati…
-
> It would be great if the db.statement tag didn't include any trailing comments, see https://github.com/DataDog/dd-trace-js/issues/1244#issuecomment-1691856305
_Originally posted by @alandotcom in…
-
### Bug description
I am trying to decrement locked amount with different values, total amount of those values is 10.
but in prisma after all values decrement some precision is still left -0.000…
-
### Bug description
Inside the schema you can use `Unsupported` but this breaks now the client. I don't full understand why this decision was made, but it makes no sens. Why could `Unsupported` not b…
-
![image](https://github.com/ArthurFranckPat/adonis-prisma/assets/68946695/fda5d959-c484-4ceb-982d-8edb2385d8be)
can you add a type for the prism client inside the prisma context?
i've tried using …