]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "expr" to the column descriptions accessor, this is
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Jul 2010 22:17:23 +0000 (18:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Jul 2010 22:17:23 +0000 (18:17 -0400)
commit5f68031d15206373cda072d40a6fed37eaa8db14
tree9c153aafe5784d95aa07c6bf24a137d79a361717
parent85651a964c438db850498b15e59853f0ab9c52a0
- added "expr" to the column descriptions accessor, this is
an expression that matches on identity the original expression
passed to the query.  In particular you can pass it into order_by()
and similar.
lib/sqlalchemy/orm/query.py
test/orm/test_query.py