-
## Description
At least for Postgres (I have no experience with other databases) enums are ordered by definition order, but sea-orm-cli generate generates enums in alphabetical order. This is parti…
-
### Summary
There are a number of tests that check `PartnerProfile#agency_type` against a string "Other". Some other tests check the value in an array instead:
`Partner::AGENCY_TYPES['OTHER']`
…
-
Hi everyone!
Thanks for your efforts!
It looks like fogger doesn't work with Postgres Enum type
```
worker_1 | In AbstractPlatform.php line 479:
worker_1 | …
-
### Bug Description
I'm trying to derive postgres / sqlx types for:
1. An enum which is represented as an integer in postgres
2. A struct which uses that enum as one of its fields
This is creati…
-
## Description
I ran `sea-orm-cli generate entity` and generated Rust code does not compile:
```shell
error[E0308]: mismatched types
--> entities/src/gen/foo.rs::
|
69 | …
-
Why Hasura doesn't utilize Postgres ENUM types and doesn't translate them to GraphQL Enums?
-
### Bug Description
In postgres, when utilizing arrays of a custom type, the driver rejects retrieving a column from a row if the `PgTypeInfo` for `PgHasArrayType` is implemented using the `[]` synta…
-
**Describe the bug**
Cannot edit nor select nor see ENUM types in postgres, instead heidi shows: UNKNOWN type (and thats all, not even name for that type from pg).
**To Reproduce**
Steps to repr…
-
Hi everyone, currently I'm migrating data from one Postgres to another that using Debezium and jdbc sink connector. My source DB schema has a table name "film" that contains a column name "rating" wit…
-
If you select a table with a data type that is `enum` in the `Postgres`, ibis will create a view and get the schema of the view.
Ibis get `data_type` from `pg_attribute` is `enum_operation`. Ibis wil…