]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- forwards-compatibility with 0.4: added one(), first(), and
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jun 2007 22:28:54 +0000 (22:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jun 2007 22:28:54 +0000 (22:28 +0000)
commita1fe6e2c7607740c46eaab89e2bcd70aaccee71e
tree6ba2a60d454295779989c9dc4101b91a6ed2d375
parent48ebb102eaeb828fc320b16dce17883723ed5904
- forwards-compatibility with 0.4: added one(), first(), and
all() to Query
- added selectone_by() to assignmapper
CHANGES
lib/sqlalchemy/ext/assignmapper.py
lib/sqlalchemy/orm/query.py
test/orm/inheritance5.py