diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-05-17 22:44:35 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-05-17 22:44:35 +0000 |
| commit | d1d3c1ad930e5bbccb081f69be570479c3512ef3 (patch) | |
| tree | be87db5bd9b71c8e39a917b8393b83554d47f978 /doc | |
| parent | eb30cb1febce323d3647527d8a63a8267c943832 (diff) | |
| download | sqlalchemy-d1d3c1ad930e5bbccb081f69be570479c3512ef3.tar.gz | |
unusual ...
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/sqlexpression.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/sqlexpression.rst b/doc/build/sqlexpression.rst index 70aaf6dce..4d54d036b 100644 --- a/doc/build/sqlexpression.rst +++ b/doc/build/sqlexpression.rst @@ -260,7 +260,7 @@ Integer indexes work as well: >>> row = result.fetchone() >>> print "name:", row[1], "; fullname:", row[2] - name: jack ; fullname: Jack Jones + name: wendy ; fullname: Wendy Williams But another way, whose usefulness will become apparent later on, is to use the ``Column`` objects directly as keys: |
