meta-openembedded/meta-python/recipes-devtools
zhengruoqin e145b72b42 python3-alembic: upgrade 1.8.0 -> 1.8.1
Changelog:
==========
[bug] [sqlite]
--------------
Fixed bug where the SQLite implementation of Operations.rename_table() would
render an explicit schema name for both the old and new table name, which while
is the standard ALTER syntax, is not accepted by SQLite’s syntax which doesn’t
support a rename across schemas. In particular, the syntax issue would prevent
batch mode from working for SQLite databases that made use of attached databases
(which are treated as “schemas” in SQLAlchemy).

[bug] [batch]
-------------
Added an error raise for the condition where Operations.batch_alter_table() is
used in --sql mode, where the operation requires table reflection, as is the
case when running against SQLite without giving it a fixed Table object.
Previously the operation would fail with an internal error. To get a
“move and copy” batch operation as a SQL script without connecting to a
database, a Table object should be passed to the
Operations.batch_alter_table.copy_from parameter so that reflection may be
skipped.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-24 06:28:56 -07:00
..
gyp gyp: fix for compatibility with Python 3.10 (part 2) 2022-03-03 08:50:19 -08:00
python python3-alembic: upgrade 1.8.0 -> 1.8.1 2022-07-24 06:28:56 -07:00
python-jsonref python3-jsonref: Consolidate in a single file 2020-07-10 09:35:50 -07:00
python3-wxgtk4 python3-wxgtk4: backport patch to fix svg issue 2022-05-15 22:27:38 -07:00