]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- moved another chunk of mapper.py tests to query.py test suite
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Jun 2007 23:12:03 +0000 (23:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Jun 2007 23:12:03 +0000 (23:12 +0000)
commit9b61ea39a87af0765015c8483b26f21c64baaf60
treece547e9969406a161071a9658c14eac63f90614f
parent2290d9cd6dd5fceb5cc6480297d26b18dff2fac7
- moved another chunk of mapper.py tests to query.py test suite
- got all tests/extensions working with new APIs
- axed proxyengine until further notice
- SelectResults folds into a 10 line wrapper for Query, loses join_to() (use join())
- test cleanup
23 files changed:
CHANGES
doc/build/content/plugins.txt
lib/sqlalchemy/ext/activemapper.py
lib/sqlalchemy/ext/proxy.py [deleted file]
lib/sqlalchemy/ext/selectresults.py
lib/sqlalchemy/ext/sqlsoup.py
test/engine/alltests.py
test/engine/proxy_engine.py [deleted file]
test/engine/transaction.py
test/ext/activemapper.py
test/ext/assignmapper.py
test/ext/associationproxy.py
test/ext/orderinglist.py
test/ext/selectresults.py
test/orm/eagertest3.py
test/orm/inheritance/polymorph2.py
test/orm/mapper.py
test/orm/query.py
test/sql/defaults.py
test/sql/unicode.py
test/testbase.py
test/zblog/mappers.py
test/zblog/tests.py