]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactoring step 2. all deprecated functions now express their functionality
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jun 2007 23:50:22 +0000 (23:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jun 2007 23:50:22 +0000 (23:50 +0000)
commit6abe864cebab652048e58cb24edd736e17922b9b
tree7cdc2855f2d1ab3fb1c538739ab195002b396daa
parent177483cd19e4169d8c682c1755eeedfc28497d44
refactoring step 2.  all deprecated functions now express their functionality
in terms of generative behavior.  also the thing will run like crap right now until
the next refactor stage...stay tuned
lib/sqlalchemy/orm/query.py
test/orm/mapper.py
test/orm/query.py