]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added the ability to query for
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 23:25:19 +0000 (18:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 23:25:19 +0000 (18:25 -0500)
commit38b7cef9828acc360c6a356a8a6bbf4f85a04348
tree8fe2b7b7e020559ab9da51ef486b5344db55a123
parentd101c597f57bfa7a72636b8e76a14d5c9f82bfd4
- [feature] Added the ability to query for
Table-bound column names when using
query(sometable).filter_by(colname=value).
[ticket:2400]
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/util.py
test/orm/test_query.py