-
I've found an issue with generation when an enum contains the value `UK`. e.g.
```prisma
enum DeploymentRegions {
EU
UK
}
```
I get an error which looks like:
```
Command failed: "/…
-
### Bug description
Since Prisma doesn't support database views yet, I have decided to manually create `migration.sql` script which creates views in my SQLite database. However, when I add another …
-
### Bug description
Neither am I able to return to the prisma dashboard nor am i able to delete the user as I am blocked by this giant code snippet dialogbox
![image](https://github.com/prisma/pri…
-
### Bug description
Hi, I have seen that actually, the support for MySQL expressions has improved when using introspection. Nice job, But there's a bit of odd behaviour, still on the part of using …
-
Forgive me for my newbness.
I'm trying to use your OFAC gem (v 1.2.3) in rails 3. The README tells me to do scripts/generate ofac_migration which I've determined changed in rails 3 to something like…
-
On an Android device, single user, on a particular database which I use to log app activity, I noticed records missing. About 5% of the new documents simply are not saved (with await saveDocument() ).…
-
# Support for "SyncWaves" for ApplicationSets
ApplicationSets currently does not have support for "syncwaves" like how "App of Apps" does. This is a RFE to provide this same concept with something …
-
### Bug description
Provided this pseudo schema:
```
datasource db {
url = env("DATABASE_URL")
provider = "mongodb"
}
generator client {
provider = "prisma-client-js"
pr…
-
### Bug description
The `Player` model has an @id field that should be substituted with the @default value of @db.ObjectId, but when using the `create` function, Prisma tries to substitute the @def…
-
When attempting to use an **environment variable** to configure the schemas array in the datasource, OR the @@schema for models, the following error occurs:
```
Environment variables loaded from .…