forked from pool/python-alembic
Accepting request 1058079 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1058079 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alembic?expand=0&rev=68
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6af6792fe699730b27480382701b16028ebbaac6bc5cd4f06daf5fa3e4690364
|
||||
size 1278832
|
||||
3
alembic-1.9.1.tar.gz
Normal file
3
alembic-1.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9f76e41061f5ebe27d4fe92600df9dd612521a7683f904dab328ba02cffa5a2
|
||||
size 1280020
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 20:33:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.9.1:
|
||||
.. change::
|
||||
:tickets: 1145
|
||||
Fixed issue where server default compare would not work for string defaults
|
||||
that contained backslashes, due to mis-rendering of these values when
|
||||
comparing their contents.
|
||||
.. change::
|
||||
:tags: bug, oracle
|
||||
Implemented basic server default comparison for the Oracle backend;
|
||||
previously, Oracle's formatting of reflected defaults prevented any
|
||||
matches from occurring.
|
||||
.. change::
|
||||
:tags: bug, sqlite
|
||||
Adjusted SQLite's compare server default implementation to better handle
|
||||
defaults with or without parens around them, from both the reflected and
|
||||
the local metadata side.
|
||||
.. change::
|
||||
:tags: bug, mssql
|
||||
Adjusted SQL Server's compare server default implementation to better
|
||||
handle defaults with or without parens around them, from both the reflected
|
||||
and the local metadata side.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 19:06:37 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-alembic
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Summary: A database migration tool for SQLAlchemy
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user