issues
search
sqlalchemy
/
alembic
A database migrations tool for SQLAlchemy.
MIT License
2.89k
stars
247
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Clarify what autogenerate compares
#1570
peterjc
closed
2 weeks ago
6
Add missing imports to example
#1569
peterjc
closed
2 weeks ago
1
Avoid D103 linter warnings via script.py.mako
#1568
peterjc
opened
2 weeks ago
1
D103 linter warnings from script.py.mako templates
#1567
peterjc
opened
2 weeks ago
4
postgresql serial column detection might fail
#1565
JabberWocky-22
opened
3 weeks ago
3
Fix mypy linting issues
#1564
maver1ck
closed
3 weeks ago
3
Add ability to configure alembic_version table in DialectImpl
#1563
maver1ck
closed
2 weeks ago
20
Initial work to support Starrocks DB
#1561
maver1ck
closed
3 weeks ago
2
Make version table customizable by dialects
#1560
maver1ck
closed
2 weeks ago
9
fix(requirements): add `tzdata` to `tz` extras; fixes #1556
#1558
Danipulok
closed
2 weeks ago
2
A timezone error on `python3.12` and `alembic[tz]`?
#1556
Danipulok
closed
2 weeks ago
7
All foreign keys added and removed despite no changes
#1555
OD1995
closed
4 weeks ago
0
Sqlite drop table operation not rollbacked during a revision up/downgrade
#1553
vtgn
closed
4 weeks ago
2
Log directory location is insecure
#1552
devinbost
closed
1 month ago
1
The Enum's `name` property is lost within an autogenerated migration
#1551
mberdyshev
opened
1 month ago
7
Use logging.WARNING instead of logging.WARN
#1548
thirtysixpw
closed
1 month ago
3
fix: Correct the AutogenContext.metadata typing to include Sequence[MetaData].
#1547
DanCardin
closed
2 weeks ago
2
Support for auto-generated SQL migrations in online mode
#1544
basvandriel
closed
1 month ago
0
Add colon (:) to invalid char for revision name
#1541
PatilHrushikesh
opened
2 months ago
7
Colon (:) shouldn't be allowed in custom revision id, as it is used as revision range
#1540
PatilHrushikesh
opened
2 months ago
0
Add support for preserving field order?
#1539
msaysell
opened
2 months ago
5
Enable Private Vulnerability Reporting
#1538
rokydas-OR
closed
2 months ago
0
Enable Private Vulnerability Reporting
#1537
rokydas-OR
closed
2 months ago
1
Enable Private Vulnerability Reporting
#1536
rokydas-OR
closed
2 months ago
2
Update tutorial.rst for ruff post_write_hooks
#1535
gxxeel
closed
2 weeks ago
2
Unique constraint missing name/duplicated create_unique/drop_constraint
#1531
gaborfekete-greehill
closed
2 months ago
0
create_unique_constraint if not exists
#1530
aakrem
closed
2 months ago
2
Mention time zone data unavailability on some systems
#1529
floxay
closed
2 weeks ago
2
No time zone data on Windows, error setting `timezone` in `alembic.ini`
#1527
floxay
closed
2 months ago
1
Migration autogeneration should respect schemas defined using quoted_name
#1526
characat0
opened
2 months ago
0
Improve write_pyi usage
#1525
agriffin-grow
closed
2 weeks ago
2
write_pyi.py script using globally installed dependencies
#1524
agriffin-grow
closed
2 weeks ago
2
Wrong generation partial index for Boolean condition
#1523
mmmcorpsvit
closed
2 months ago
4
Support if_exists and if_not_exists on create/drop table commands
#1521
agriffin-grow
closed
2 months ago
13
Support if_exists / if_not_exists on drop_table and create_table operations
#1520
agriffin-grow
closed
2 months ago
6
Possible regression since `1.12.0` on `BIGSERIAL` handling
#1518
hugo-ricateau
closed
3 months ago
0
Name error when using a custom type imported from another file.
#1516
0x1618
closed
3 months ago
0
Coroutine was not awaited error when running command.stamp() in async dialect
#1514
EricScottN
closed
3 months ago
1
Don't do unique=True with index=True PostgreSQL
#1511
Badsnus
closed
3 months ago
9
Enhance version_path_separator behaviour by adding a newline option
#1510
pristupa
closed
3 months ago
15
Multiline version_locations
#1509
pristupa
closed
3 months ago
2
sqlachemy 2.0 nullability not reflecting properly with the alembic.
#1508
sant527
closed
3 months ago
1
Postgres sequences detected with `::regclass` cast
#1507
ChrisLovering
opened
4 months ago
2
Alembic migration with postgres multi schema not working
#1505
biyani701
closed
4 months ago
0
Autogeneration causes invalid SQL with some PostGRES serial columns
#1504
adamlogan73
opened
4 months ago
3
Using alembic to manage multiple databases and schema_translate_map.
#1503
skip-life1
closed
3 months ago
1
Flask, Alembic, PGSQL: Migration hangs after upgrade to 1.13.2 and works ONCE after downgrade to 1.13.0
#1498
BID-Equity
closed
4 months ago
0
Schema-Level Multi Tenancy for PostgreSQL Databases - Edge Case
#1495
biyani701
closed
4 months ago
0
Primary + unique constraint on same migration
#1493
Gildraen
closed
4 months ago
0
Autogeneration of index with coalesce function produces invalid SQL
#1492
AurelienJoy
opened
5 months ago
4
Next