]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- as_scalar(), label() can be called on a selectable
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Sep 2010 17:34:04 +0000 (13:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Sep 2010 17:34:04 +0000 (13:34 -0400)
commitc5c8cdf3b4d7dc456cfef29ea04b2b7300060c7a
treea5f05fd65195e395800bf74c825b3fa9c35f389a
parent003149c504149849c679a60a1f346a0f0393dce0
- as_scalar(), label() can be called on a selectable
which contains a Column that is not yet named.
[ticket:1862]
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_compiler.py