Database Abstraction Library
SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible,
high-level interface to SQL databases. Database and domain concepts are
decoupled, allowing both sides maximum flexibility and power. SQLAlchemy
provides a powerful mapping layer that can work as automatically or as manually
as you choose, determining relationships based on foreign keys or letting you
define the join conditions explicitly, to bridge the gap between database and
domain.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-SQLAlchemy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
SQLAlchemy-2.0.23.tar.gz | 0009474103 9.04 MB | |
SQLAlchemy.keyring | 0000002176 2.13 KB | |
python-SQLAlchemy.changes | 0000277139 271 KB | |
python-SQLAlchemy.spec | 0000003667 3.58 KB |
Revision 113 (latest revision is 119)
Ana Guerrero (anag+factory)
accepted
request 1129073
from
Dirk Mueller (dirkmueller)
(revision 113)
- update to 2.0.23: * https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.23 * https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.22 - use generic Cython >= 3 buildrequires https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.19 * see update/delete statements. producing the wrong ON clause for the joinedload. is common when using ORM Declarative mixins. References: #9773 * https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.13 see https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.46 see https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.45 Bugfixes, see * https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.28 * see https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.27 constraints as well table /view detection. Oracle, PostgreSQL, and MySQL. * bugfixes for various engines, see stringify correctly. Pull request courtesy Andrzej BartosiĆski. the path registry is compared to a path registry in all cases; invalid configuration, would fail to raise if the - add upstream fix_test_reflection.patch to fix tests with new sqlite + [orm] [bug] Fixed regression in 1.2.7 caused by #4228, which callable passed to a Session was assumed to be a subclass of Query with class method availability, as opposed to an arbitrary callable. In particular, the dogpile caching example illustrates query_cls as a function and not a Query subclass. + [orm] [bug] Fixed a long-standing regression that occurred in version 1.0, which prevented the use of a custom MapperOption
Comments 0