-
Hello there, although this and https://github.com/prisma/prisma/issues/905 are both very old and popular issues, apparently they won't be in the Prisma team's sights in the near future.
Fortunately…
-
Create a single script and parallel batch file to provide multiple ODOP-specific database operations. Isolate the database access variables in a single file.
The operations may include:
- db_si…
-
### What type of bug is this?
Locking issue, Performance issue, Unexpected error
### What subsystems and features are affected?
Background worker
### What happened?
行 3592: 2024-11-16 07:49:39.7…
-
I've been struggling to get a connection with an AKS cluster that is already created. I'm using the terraform outputs of the resources creating the cluster as input variables for the provider in anoth…
-
The create method takes both an address and an inboxId. When creating a client for the first time, an apiClient is initialized to call getOrCreateInboxId, and another is created during create. This do…
-
### 📜 Description
When using pg database (postgres:16.1-alpine) instead of getting correct timestamps for `LAST DISCOVERY AT` and `NEXT REFRESH AT` we are getting `Invalid DateTime`.
Tested locall…
-
### Current Behavior
Hi,
I'm trying to configure OpenID login with AWS Cognito.
When i click on the OpenID button, i can login but then i'm redirected to the following url :
https://*******/static…
-
### Affected Version
Collapse 1.82.1 Preview
### Bug Behavior
After entering my credentials, an error will be spat out :(
### Expected Behavior
The database should be connected successfully, like…
-
This issue was raised when discovering that the backend was sending the passwords to the client/consumer, which is really bad.
We are currently returning the raw unaltered database objects which is…
-
### Bug description
someField Float @default(0)
Prisma interprets a Float field with @default(0) in a way that does not guarantee the default value (0) is applied in the database schema. This be…