-
# [BUG?] Parsing custom postgres ENUM types in Rust daemon
--------------------------------------------------------
## How to reproduce:
1. Create a migration using postgres native ENUM type:
`…
-
When mapping enums to enum types in Postgres as described [here](https://www.npgsql.org/efcore/mapping/enum.html?tabs=with-connection-string%2Cwith-datasource):
The `ToString` on a mapped enum in q…
-
Convert to/from enums.
* name string ok
* ordinal to int possible but questionable
* do they relate to Postgres enums?
-
### Description
Before:
After refreshing(F5):
### DBeaver Version
Community Edition Version 24.2.5.202411171748
### Operating System
Sequoia 15.1
### Database and driver
1. Postgres16
…
-
### Expected behavior
Querying a record which contains an enum array in R2DBC works.
### Actual behavior
Querying a record which contains an enum array using R2DBC fails with
```
...
Caused b…
-
**Describe the bug**
Resource has `belongs_to :parent, __MODULE__` relationship and `has_many :ancestors, __MODULE__, manual: Observer.Graph.Node.AncestorsRelationship` relationship that fetches all …
-
I have the following enum and struct:
```rust
#[derive(sqlx::Type, Debug)]
#[sqlx(rename = "service_state", rename_all = "SCREAMING_SNAKE_CASE")]
pub enum ServiceState {
Available,
NotAv…
TmLev updated
3 months ago
-
improve type conversion for enums in datafusion wrapper, probably need to convert better here: https://github.com/glaredb/glaredb/blob/6daac7d3a8920bd2c7d3dd467a5a4e8dc8904f80/crates/datasources/src/p…
-
### Please confirm if feature request does NOT exists already ?
- [X] I confirm there is no existing issue for this
### Describe the usecase for the feature
Currently enum datatype is supported onl…
-
Generating and running a migration for the following change:
```typescript
const status = pgEnum('status', ['ONE', 'TWO', 'THREE']);
export const clients = pgTable('clients', {
// ...
statu…