]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed union() bug whereby oid_column would not be available if no oid_column in embed...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Apr 2008 16:06:58 +0000 (16:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Apr 2008 16:06:58 +0000 (16:06 +0000)
commit1a684567958d548f7ed68ba34bc17bffbadfb8ee
tree0c224ad489d1a43e7e3bf8f914dba4dcdc951693
parentc4eeabc60bddca6857982c894516268ecdb48b68
fixed union() bug whereby oid_column would not be available if no oid_column in embedded selects
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/select.py