]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- generative test doesnt apply to mysql, others
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Apr 2007 18:04:09 +0000 (18:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Apr 2007 18:04:09 +0000 (18:04 +0000)
commit28ba749aa56c38d67d519b1dfac0728e224eac98
treedfd55f76267db6421268dbb529d99867cd820ec3
parentd59bf11536bed147a2626fcc01d4bff0953203b2
- generative test doesnt apply to mysql, others
- refactoring to unitofwork.py.  low-hanging cruft
removed, UOWTask structure simplified particuularly with the
per-instance sort phase, most methods docstring'ed extensively.
this is a merge from the 'uowsimplify' branch.  (only slightly simpler, tho)
- mapper delete_obj works across multiple mappers to be consistent
with the operation of save_obj
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/uowdumper.py
test/orm/generative.py