diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-09-27 07:08:26 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-09-27 07:08:26 +0000 |
commit | a81bd92d6ebef5053cbb6882b336c50c1134c273 (patch) | |
tree | 6d9df595eedaa29794e7a02122f79cc3cf73b1c9 /lib/sqlalchemy/databases/sqlite.py | |
parent | df9c1a10b568cb89aec41fcb0c7c31a1ae75943c (diff) | |
download | sqlalchemy-a81bd92d6ebef5053cbb6882b336c50c1134c273.tar.gz |
- specifying joins in the from_obj argument of query.select() will
replace the main table of the query, if the table is somewhere within
the given from_obj. this makes it possible to produce custom joins and
outerjoins in queries without the main table getting added twice.
[ticket:315]
- added join_to and outerjoin_to transformative methods to SelectResults,
to build up join/outerjoin conditions based on property names. also
added select_from to explicitly set from_obj parameter.
- factored "results" arrays from the mapper test suite and into the
"tables" mapper
- added "viewonly" param to docs
Diffstat (limited to 'lib/sqlalchemy/databases/sqlite.py')
0 files changed, 0 insertions, 0 deletions