Database Abstraction Library

Edit Package python-SQLAlchemy

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.

Refresh
Refresh
Source Files
Filename Size Changed
SQLAlchemy-1.3.19.tar.gz 0006197860 5.91 MB
python-SQLAlchemy.changes 0000163722 160 KB
python-SQLAlchemy.spec 0000003146 3.07 KB
Revision 78 (latest revision is 117)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 828161 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 78)
- 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
Comments 0
openSUSE Build Service is sponsored by