-
### What version of `drizzle-orm` are you using?
0.28.5
### What version of `drizzle-kit` are you using?
0.19.13
### Describe the Bug
When adding a new `pgEnum` to the schema, and running `drizzl…
-
Found this via the vertical DDL test. I *think* I was able to repro via a fallback test, though the error looks a little bit different, and it doesn’t seem to require writing a row to the table even t…
-
## Problem
Today sorting by enum field(s) means order data by its integer value. There are cases when data needs to be ordered by the String defined by the enum
In PostGres this is possible throug…
-
Since Postgres defines types in the `postgres` tables, running `db:reset` can get you into a situation where you cannot re-run your migrations that define your Postgres enums. As a simple reproduction…
-
## What are you doing?
In postgres:
```js
await sequelize.queryInterface.createTable('test', {
test: {
type: Sequelize.ARRAY(Sequelize.ENUM(['foo', 'bar', 'baz', 'qux'])),
…
papb updated
7 months ago
-
**Upgrading from SeaORM 0.12 to 1.1**
There seem to be some changes that are breaking changes but aren't mentioned in the Changelog, which tripped me up during an upgrade. It would be helpful to e…
-
First of all, thank you for the work done on this library, it has been very useful!
One thing that I would like to understand is the fact that rust-postgres apparently expects the Rust enums to hav…
-
Linq2db throws if I use a Postgres integer array. Since there is the Overlaps method I assume it should be supported. Am I missing a conversion. Is using a `.HasConversion` or `.HasConversionFunc` no…
-
http://www.postgresql.org/docs/9.3/static/datatype-enum.html:
pros:
4-bytes per column
cons:
63-bytes names only
Also (not sure) Pony should add index on `classtype` columns for queries like `Inher…
-
## Feature Description
### The Problem
When there's a parent entity class with enum field that has multiple children, typeorm migration creates duplicate `CREATE TYPE` query in migration file. This…
5d-jh updated
2 months ago