- update to version 1.4.26:
* a repair to the workings of the update() statement in an ORM context when
used with hybrid and composite attributes.
* Fixes for the with_loader_criteria() ORM option
* adjustments to the ORM Session interface to accommodate for new API features
* some new legacy warnings for lesser used patterns with Query.join()
* SQL / ORM fixes for the use case of selecting from repeated, non-labeled
column expressions, typically the null() construct when used as a
placeholder in a UNION statement.
* For PostgreSQL, refinements to the "expanding IN" SQL feature when used
with PostgreSQL ARRAY datatypes as well as fixes for the mostly
PostgreSQL-specific any_() and all_() column methods.
* For MySQL, repaired support for new behaviors in MariaDB 10.6
* For SQL Server, reflection fixes and improvements for foreign key
constraints as well table /view detection.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=197
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1adf3d25e2e33afbcd48cfad8076f9378793be43e7fec3e4334306cac6bec138
|
||||
size 7776002
|
||||
3
SQLAlchemy-1.4.26.tar.gz
Normal file
3
SQLAlchemy-1.4.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bc7f9d7d90ef55e8c6db1308a8619cd8f40e24a34f759119b95e7284dca351a
|
||||
size 7836259
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 19:23:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to version 1.4.26:
|
||||
* a repair to the workings of the update() statement in an ORM context when
|
||||
used with hybrid and composite attributes.
|
||||
* Fixes for the with_loader_criteria() ORM option
|
||||
* adjustments to the ORM Session interface to accommodate for new API features
|
||||
* some new legacy warnings for lesser used patterns with Query.join()
|
||||
* SQL / ORM fixes for the use case of selecting from repeated, non-labeled
|
||||
column expressions, typically the null() construct when used as a
|
||||
placeholder in a UNION statement.
|
||||
* For PostgreSQL, refinements to the "expanding IN" SQL feature when used
|
||||
with PostgreSQL ARRAY datatypes as well as fixes for the mostly
|
||||
PostgreSQL-specific any_() and all_() column methods.
|
||||
* For MySQL, repaired support for new behaviors in MariaDB 10.6
|
||||
* For SQL Server, reflection fixes and improvements for foreign key
|
||||
constraints as well table /view detection.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 16 23:34:51 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define oldpython python
|
||||
Name: python-SQLAlchemy
|
||||
Version: 1.4.25
|
||||
Version: 1.4.26
|
||||
Release: 0
|
||||
Summary: Database Abstraction Library
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user