summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-alembic_1.10.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-alembic: upgrade 1.10.4 -> 1.11.1Trevor Gamblin2023-07-171-19/+0
| | | | | | | | There are numerous changes between 1.10.4 and 1.11.1, including several bug fixes. Changelog: https://github.com/sqlalchemy/alembic/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.10.3 -> 1.10.4Wang Mingyu2023-05-081-0/+19
Changelog: ========= feature ---------- Added support for autogenerate comparison of indexes on PostgreSQL which include SQL sort option, such as ASC or NULLS FIRST. bug --------- Fixed issue where using a directive such as op.create_foreign_key() to create a self-referential constraint on a single table where the same column were present on both sides (e.g. within a composite foreign key) would produce an error under SQLAlchemy 2.0 and a warning under SQLAlchemy 1.4 indicating that a duplicate column were being added to a table. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>