-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
I'm trying to switch from prisma to drizzle.
To begin, I've …
-
### Bug Description
When binding a parameter that is of a custom type (enum in my test case), if the custom type name has uppercase letters, then double quote should be used. It appears that it is no…
-
I'm trying to get an array of enum, but it fails on deserialization. Array seems to work with other types, including Vec and even Vec.
```
use postgres_types::{ToSql, FromSql};
use postgres::{C…
-
## Problem
I renamed an enum value in my Prisma schema:
```prisma
enum ExampleEnum {
// before: FOO
// after:
BAR
@@map("example_enum")
}
```
and Prisma generated the followi…
-
During the prep phase, the docker run command doesn't correctly setup the initdb.sql
```bash
docker run --rm guacamole/guacamole:1.5.5 /opt/guacamole/bin/initdb.sh --postgres > initdb.sql
```
Th…
-
**Describe the bug**
Scan table field error
Because there is no pg_enum system table
**Logs**
```
06-10 00:18:51 ERROR sync.util :: Error syncing Fields for Table 'Table 744 'xx.xx''
org.postg…
-
The columns which have enum type in Postgres like
CREATE TYPE t1 as ENUM ('V1', 'V2')
do not appear in the generated schemas.
-
`npx drizzle-kit introspect` doesn't pull anything other than enums from my Postgres database.
I am attempting to follow the guide below to migrate from Prisma, but I'm stuck at the introspect step…
-
First of all, this is an awesome project. My professional life is much better now thanks to the compile time guarantees of SQLx. Thank you for that :)
### Bug Description
Just upgraded from 0.6.…
-
**Migrated issue, originally created by Ulrich Petri ([@ulope](https://github.com/ulope))**
According to #67 enum types used in columns have to be explicitly created and destroyed.
However the a…