diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-03-24 17:17:56 +0800 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-28 08:35:31 -0400 |
| commit | bbb42608522d54bbfb53406ecb57d78375c2eb42 (patch) | |
| tree | b35872d8a5dc66e552df07f7650078725b65ce5c /meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb | |
| parent | 31d9f6afcd32766b96cf9e0f6bf205cf876b91e9 (diff) | |
| download | meta-openembedded-bbb42608522d54bbfb53406ecb57d78375c2eb42.tar.gz | |
python3-alembic: upgrade 1.7.6 -> 1.7.7
changelog:
===============================================================================
-[bug] [operations]
Fixed issue where using Operations.create_table() in conjunction with a
CheckConstraint that referred to table-bound Column objects rather than string
expressions would be added to the parent table potentially multiple times,
resulting in an incorrect DDL sequence. Pull request courtesy Nicolas CANIART.
-[bug] [environment]
The logging.fileConfig() line in env.py templates, which is used to setup Python
logging for the migration run, is now conditional on Config.config_file_name not
being None. Otherwise, the line is skipped as there is no default logging
configuration present.
-[bug] [mssql]
Fixed bug where an Operations.alter_column() operation would change a “NOT NULL”
column to “NULL” by emitting an ALTER COLUMN statement that did not specify
“NOT NULL”. (In the absence of “NOT NULL” T-SQL was implicitly assuming “NULL”).
An Operations.alter_column() operation that specifies
Operations.alter_column.type should also specify include either
Operations.alter_column.nullable or Operations.alter_column.existing_nullable to
inform Alembic as to whether the emitted DDL should include “NULL” or “NOT NULL”;
a warning is now emitted if this is missing under this scenario.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb b/meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb deleted file mode 100644 index 822b3c02b8..0000000000 --- a/meta-python/recipes-devtools/python/python3-alembic_1.7.6.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f5a8522010db1a393833988dbe2c7f0b" | ||
| 4 | |||
| 5 | inherit pypi setuptools3 | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "6c0c05e9768a896d804387e20b299880fe01bc56484246b0dffe8075d6d3d847" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "alembic" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "\ | ||
| 12 | ${PYTHON_PN}-dateutil \ | ||
| 13 | ${PYTHON_PN}-editor \ | ||
| 14 | ${PYTHON_PN}-mako \ | ||
| 15 | ${PYTHON_PN}-sqlalchemy \ | ||
| 16 | ${PYTHON_PN}-misc \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
