-
**Describe the bug**
*This may be not so much an Alembic bug as a limitation of SQLite; nevertheless, the following use case results in an error that is not mentioned in the documentation; besides, t…
-
Whilst transitioning our stack to FastAPI I luckily found this package. Thanks for the work on this package; it's a nice and easy way to get a DB connection without the need for a dependency that inje…
-
When I try to add one or more tags to a project, I get:
```
sqlalchemy.exc.IntegrityError: (psycopg2.errors.NotNullViolation) null value in column "id" violates not-null constraint
DETAIL: Faili…
-
```
*What steps will reproduce the problem?*
1. Create the following migration in
src/migrations/versions/001_add_user_table_.py:
#START
import time, datetime
from sqlalchemy import *
from sqlalche…
-
**Objective:** To build a framework to functionally test the following migration cases:
1. For each `source` in ['sqlite', 'mysql', 'postgres', 'sql-server', 'oracle']:
1. For each `target` in […
-
### Body
Airflow is currently not compatible with SQLAlchemy 2.0 which is about to be released. We need to make a deliberate effort
to support it.
Here are some info to aid in this effort:
*…
-
### The problem
I got this error after about 8 hours of migration. 10 min later I got:
```Logger: homeassistant.components.recorder.migration
Source: components/recorder/migration.py:307
integ…
-
Currently, on the subject of adding database tables to CTFd through a plugin, the documentation only states that you *can* define tables with SQLAlchemy syntax in your plugin ([ref](https://docs.ctfd.…
-
I followed the instructions on the latest PR merge, but still bumping into a few issues with codespaces. The first `make run` worked, but then on following further instructions, it starts throwing iss…
-
- Use an ORM
- Refactor database table (user_id instead of user_snowflake in `streams`` for example)
- Set up some sort of migrations system