-
## 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
-
### Bug Description
When attempting to execute a `SELECT` query with the `query_as!` macro, the macro produces an error when the macro is used on a PostgreSQL table containing a column of type enum.
…
-
## Problem
Now, enum removed in sqlite
## Solution
When develop time, It is very convenient to verify the schema.prisma with sqlite
## Alternatives
## Additional context
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
…
-
Hey! First of all, this crate is amazing, thanks for all the hard work. I'm working with a team that's trying to integrate it into our workflow, and bumped into a minor issue - I want to get a better …
-
Bit of a word soup of a title, sorry :grimacing:
I'm trying to deserialize a row into a struct that holds a `Vec`, where `Item` is an enum that derives `sqlx::Type`. This fails to decode, stating …
-
### Context
One thing that takes a lot of time right now is checking that existing installations are not broken. This is currently done by hand, which takes a lot of time and is error-prone.
_Th…
-
**Describe the bug**
When defining an action change, which internally calls another action using `Ash.run_action`, the following warning is logged and the notification is not sent.
```
11:…
-
### What's not working?
Service test and scenario generation for a string array field, sets string value instead of array for fields that are arrays of string and arrays of string enums.
###…
-
### Bug description
I have an enum value and I would like to expand the possible values. The migration file is created successfully, but when running the migration I get the following error:
```
…