- update to 1.3.19
* Adjusted the workings of the Mapper.all_orm_descriptors()
* The name of the virtual column used when using the AbstractConcreteBase
and ConcreteBase classes can now be customized
* Repaired an issue where the “ORDER BY” clause rendering a label name rather
than a complete expression
* The LookupError message will now provide the user with up to four possible
values that a column is constrained to via the Enum
* Fixed issue where the Connection.execution_options.schema_translate_map
feature would not take effect when the Sequence.next_value() function
for a Sequence were used in the Column.server_default parameter
and the create table DDL were emitted.
* Added a **kw argument to the DeclarativeMeta.__init__() method
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=172
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7
|
||||
size 6039792
|
||||
3
SQLAlchemy-1.3.19.tar.gz
Normal file
3
SQLAlchemy-1.3.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bba2e9fbedb0511769780fe1d63007081008c5c2d7d715e91858c94dbaa260e
|
||||
size 6197860
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 12:00:42 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 1.3.19
|
||||
* Adjusted the workings of the Mapper.all_orm_descriptors()
|
||||
* The name of the virtual column used when using the AbstractConcreteBase
|
||||
and ConcreteBase classes can now be customized
|
||||
* Repaired an issue where the “ORDER BY” clause rendering a label name rather
|
||||
than a complete expression
|
||||
* The LookupError message will now provide the user with up to four possible
|
||||
values that a column is constrained to via the Enum
|
||||
* Fixed issue where the Connection.execution_options.schema_translate_map
|
||||
feature would not take effect when the Sequence.next_value() function
|
||||
for a Sequence were used in the Column.server_default parameter
|
||||
and the create table DDL were emitted.
|
||||
* Added a **kw argument to the DeclarativeMeta.__init__() method
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 28 18:53:41 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-SQLAlchemy
|
||||
Version: 1.3.18
|
||||
Version: 1.3.19
|
||||
Release: 0
|
||||
Summary: Database Abstraction Library
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user