]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added all(), first(), and one()
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jun 2007 18:14:59 +0000 (18:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jun 2007 18:14:59 +0000 (18:14 +0000)
commit67cfc86b97f6e7ea43adeeeaa5306ed7977c9e4a
tree1028e721f79f07e8880ffc138b6841b97bc50767
parent7e4ca785747b15fb8e9eb913e716b42422fc57ea
- added all(), first(), and one()
- created new test framework for query.  migrating old test/orm/mapper.py tests over to new query.py
lib/sqlalchemy/orm/query.py
test/orm/alltests.py
test/orm/mapper.py
test/orm/query.py [new file with mode: 0644]