4fd729 Update python-SQLAlchemy to version 1.4.41 / rev 100 via SR 1004264

6 files Authored by dirkmueller 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update python-SQLAlchemy to version 1.4.41 / rev 100 via SR 1004264
    
    https://build.opensuse.org/request/show/1004264
    by user dirkmueller + dimstar_suse
    - update to 1.4.41:
      * Fixed issue where use of the :func:`_sql.table` construct, passing a string
        for the :paramref:`_sql.table.schema` parameter, would fail to take the
        "schema" string into account when producing a cache key, thus leading to
        caching collisions if multiple, same-named :func:`_sql.table` constructs
        with different schemas were used.
      * Fixed event listening issue where event listeners added to a superclass
        would be lost if a subclass were created which then had its own listeners
        associated. The practical example is that of the :class:`.sessionmaker`
        class created after events have been associated with the
        :class:`_orm.Session` class.
      * Hardened the cache key strategy for the :func:`_orm.aliased` and
        :func:`_orm.with_polymorphic` constr
    
        
file modified
+0 -0
file modified
+37 -0
file modified
+44 -0
file modified
+1 -1