]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- _Label propigates "_hide_froms()" so that scalar selects
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 May 2007 00:21:29 +0000 (00:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 May 2007 00:21:29 +0000 (00:21 +0000)
commit3de128138a896bc7373aa2684c920271c4781b7d
tree8ac21a6767187636e6243043b989be160cf52a7b
parent48648eedda50a84f5518ac2055286e1fde22fa00
- _Label propigates "_hide_froms()" so that scalar selects
behave more properly with regards to FROM clause #574
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py