9b26c9 Update python-SQLAlchemy to rev 78 via SR 828161

Authored and Committed by Bernhard M. Wiedemann 4 years ago
    Update python-SQLAlchemy to rev 78 via SR 828161
    
    https://build.opensuse.org/request/show/828161
    by user mimi_vx + dimstar_suse
    - 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
    
        
file modified
+0 -0
file modified
+20 -0
file modified
+17 -0
file modified
+1 -1