]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Streamlined the process by which a Select
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 May 2011 17:28:38 +0000 (13:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 May 2011 17:28:38 +0000 (13:28 -0400)
commit736481e58f62841f3be9cb34f58f426fc52594b1
tree8f850e4f9ef7a5cfff022238307e55e6cedcfe69
parent7e7372fc8597eea4e4bf04fa5e013ac01a2c0b84
- Streamlined the process by which a Select
determines what's in it's '.c' collection.
Behaves identically, except that a
raw ClauseList() passed to select([])
(which is not a documented case anyway) will
now be expanded into its individual column
elements instead of being ignored.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py