]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "alias" argument to contains_eager(). use it to specify the string name
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Feb 2007 01:04:07 +0000 (01:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Feb 2007 01:04:07 +0000 (01:04 +0000)
commitae000fb5501f22fd2a3e50a513eb855142ccc8cd
treed1c42d572055a3f8e94740eadbd2a09ffd56d065
parenteb311db5ec8ac16d3e8e9ca82dea3f2553c20a48
  - added "alias" argument to contains_eager().  use it to specify the string name
    or Alias instance of an alias used in the query for the eagerly loaded child items.
    easier to use than "decorator"
CHANGES
doc/build/content/adv_datamapping.txt
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/strategies.py
test/orm/mapper.py