-
### Description
Automatically create cross-DAG scheduling dependencies when the user splits a dbt project into multiple `DbtDag` instances.
### Use case
Cosmos 1.7 allows users to [map a dbt proj…
-
**Describe the bug**
I've set up a new Phoenix app to test out Igniter setup, and run into an issue with AshPostgres.
```
==> phoenix_ecto
Compiling 7 files (.ex)
** (UndefinedFunctionError) fu…
-
**Describe the bug**
I am using Postgres 12, Alembic (1.7.1) and SQLAlchemy (1.4.23)
and have something like this SQLAlchemy enum in my model:
```
class MyEnum(enum.Enum):
one= 'one'
tw…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
### Bug description
When adding an enum field on a model and removing an enum value at the same time, Prisma will generate a migration in two steps:
1. `AlterEnum` to replace the enum with a new e…
-
On enum mapping to db type with non-default schema, enum type is created correctly, but columns of that type are mapped to db type with default schema, so update-database command leads to error "type …
-
### Validations
- [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://githu…
-
When using a custom schema
```
export default defineConfig({
dialect: new PostgresDialect({
pool: new Pool({
connectionString: process.env.DATABASE_URL,
}),
}),
plugins: …
-
Tried running this in an existing program using SQLC for go and encountered this error
```
# package ts
error generating code: loadModule: http.Get: https://downloads.sqlc.dev/plugin/sqlc-gen-typ…
-
### Feature Description
I would like to request the addition of an enum to TypeORM for handling database error codes more efficiently. This enum would allow developers to avoid hardcoding error cod…