]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- internal refactoring to mapper instances() method to use a
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Sep 2006 04:40:15 +0000 (04:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Sep 2006 04:40:15 +0000 (04:40 +0000)
commitd117a15020aedabdd7726a0e4bd9018e44717dbd
treefa18a44502afa2aa93945621cc96bc3ec96b40a0
parent3c19b41b603d53741f1f0e911fbba95c6667a7a3
- internal refactoring to mapper instances() method to use a
SelectionContext object to track state during the operation.
SLIGHT API BREAKAGE: the append_result() and populate_instances()
methods on MapperExtension have a slightly different method signature
now as a result of the change; hoping that these methods are not
in widespread use as of yet.
CHANGES
doc/build/compile_docstrings.py
examples/adjacencytree/byroot_tree.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py