]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Query refactoring is complete. just needs filter_by([args], **kwargs) feature and...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Jun 2007 20:12:33 +0000 (20:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Jun 2007 20:12:33 +0000 (20:12 +0000)
commit2290d9cd6dd5fceb5cc6480297d26b18dff2fac7
tree86f067bab761eaf6806bbd8fd3308171defff32f
parent58947cf02524b541ac9775f259d940b7067d5966
Query refactoring is complete.  just needs filter_by([args], **kwargs) feature and it should then
comply with the 0.4 spec
CHANGES
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/query.py
test/orm/generative.py