]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added scalar subqueries within the column clause of another select
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Mar 2006 17:16:52 +0000 (17:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Mar 2006 17:16:52 +0000 (17:16 +0000)
commitae15f93f8d2c8f5628ddc5fb1d4394047e8fed73
treeceffffac6f624d5bc75e58b91f0a38c0c7ff6a94
parent989f77bc4b12fe3b7e942c182f7021e30db4c692
added scalar subqueries within the column clause of another select
CHANGES
doc/build/content/metadata.myt
doc/build/content/sqlconstruction.myt
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/sql.py
test/select.py