diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-03-10 03:41:55 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-03-10 03:41:55 +0000 |
commit | dc2d085a75edf382fadcf40e100542b74a78686a (patch) | |
tree | f1942be6775ac137b8cda029fe14a2d0dca0c3de /test/testbase.py | |
parent | b2e04755cc5f382596fb174c7381f60dd2972d94 (diff) | |
download | sqlalchemy-dc2d085a75edf382fadcf40e100542b74a78686a.tar.gz |
- Query has add_entity() and add_column() generative methods. these
will add the given mapper/class or ColumnElement to the query at compile
time, and apply them to the instances method. the user is responsible
for constructing reasonable join conditions (otherwise you can get
full cartesian products). result set is the list of tuples, non-uniqued.
- fixed multi-mapper instances() to pad out shorter results with None so
zip() gets everything
Diffstat (limited to 'test/testbase.py')
0 files changed, 0 insertions, 0 deletions