]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added column accessor to RowProxy, tests and note in documentation for same.
authorRobert Leftwich <rtl@pobox.com>
Wed, 25 Jan 2006 01:07:26 +0000 (01:07 +0000)
committerRobert Leftwich <rtl@pobox.com>
Wed, 25 Jan 2006 01:07:26 +0000 (01:07 +0000)
commitd986449ee452dab007c3631babd5fa9ab4c1ed04
tree503441009c175fff8c8c1ca0449a25a3b3c9d055
parent1acda91a12a5561a4cfda672bf18a98ee70618b8
Added column accessor to RowProxy, tests and note in documentation for same.
doc/build/content/sqlconstruction.myt
lib/sqlalchemy/engine.py
test/query.py