-
## Problem
To rollback an interactive transaction, you have to throw an error. It would be awesome to have a manual rollback function (that potentially takes a data argument to pass back to the par…
-
### Bug description
Having type mismatch issues with prisma when adding the accelerate extn.
According to the docs;
```
import { PrismaClient } from '@prisma/client'
import { withAccelerate …
temrb updated
3 months ago
-
## Bug description
Formatting the schema.prisma file scrolls the entire window down.
## How to reproduce
1. Create a `schema.prisma` file that is larger than a screen's height.
2. Format…
-
## 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…
-
Hi, I was trying to update my deployment to latest version but the looks like that the Dockerfile does not build.
First, it did not find the `./next.config.js` file, and looks like it was renamed i…
-
Hello! I am facing serverless invocation issue. Appreciate any help!
Followed [this](https://www.prisma.io/docs/guides/deployment/deployment-guides/use-prisma-with-serverless-framework) link for de…
-
### Bug description
A composite type with array members does not have filters such as `has`. This makes it impossible to query for entries that match an ID in the composite type's array.
This is usi…
-
It looks like we test the Accelerate extension but not Pulse yet.
https://www.npmjs.com/package/@prisma/extension-pulse
-
Hi,
https://github.com/boly38/action-umami-report/issues/59
I'm trying to play basis example (ex. I first would like to list websites)
- server with umami docker self-hosted
- self-hosted uma…
-
### Bug description
prisma may generate below sql every time when I run `migrate dev`
```sql
-- AlterTable
ALTER TABLE `Admin` MODIFY `createAt` TIMESTAMP(0) NULL DEFAULT CURRENT_TIMESTAMP;
```
…