]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug introduced in r4070 where union() and other compound selects would not get
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Feb 2008 21:16:31 +0000 (21:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Feb 2008 21:16:31 +0000 (21:16 +0000)
commit9fffa2c7e1539689750ead7cd70f2d4812322a77
treeb1e29451f30ec66505c646d9cac9a6ce44f97490
parent85e8cb7ffb9134fa34135bf83d231e0e55b0d0cf
- fixed bug introduced in r4070 where union() and other compound selects would not get
an OID column if it only contained one selectable element, due to missing return in _proxy_column()
- visit_column() calls itself to render a primary key col being used as the interpretation of the oid col instead of relying upon broken partial logic
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/selectable.py