diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-08-06 21:32:37 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-08-06 21:32:37 +0000 |
| commit | 2dde45881b07df9233461c9a19b647f9b7dc816c (patch) | |
| tree | a95a0a5180d233bea1fd150762157ec2aa576420 /doc/build/content/ormtutorial.txt | |
| parent | a94f587b6727c71160a88819b21f8ab06f4b89fc (diff) | |
| download | sqlalchemy-2dde45881b07df9233461c9a19b647f9b7dc816c.tar.gz | |
- docs
- added some convenience functions to selects, clauseelements
- fixed distinct()
Diffstat (limited to 'doc/build/content/ormtutorial.txt')
| -rw-r--r-- | doc/build/content/ormtutorial.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/build/content/ormtutorial.txt b/doc/build/content/ormtutorial.txt index e12a4cfc2..9a35ff153 100644 --- a/doc/build/content/ormtutorial.txt +++ b/doc/build/content/ormtutorial.txt @@ -918,5 +918,11 @@ Or we can use Wendy's own `posts` relation, which is a "dynamic" relation, to qu WHERE posts.id = post_keywords.post_id AND keywords.id = post_keywords.keyword_id AND keywords.keyword = ?)) ORDER BY posts.oid [2, 'firstpost'] {stop}[BlogPost("Wendy's Blog Post", 'This is a test', <User(u'wendy',u'Wendy Williams', u'foobar')>)] - + +## Further Reference + +Generated Documentation for Query: [docstrings_sqlalchemy.orm.query_Query](rel:docstrings_sqlalchemy.orm.query_Query) + +ORM Generated Docs: [docstrings_sqlalchemy.orm](rel:docstrings_sqlalchemy.orm) + Further information on mapping setups are in [advdatamapping](rel:advdatamapping).
\ No newline at end of file |
