]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- sending a selectable to an IN no longer creates a "union" out of multiple
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Nov 2006 22:13:58 +0000 (22:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Nov 2006 22:13:58 +0000 (22:13 +0000)
commit13d989b2d0064b00c4b231c9d90bf4a2a6dfd56a
tree348f031172cb1de8ccc9887badd2a1b8fd2e1725
parent6bba73a9f3bd10e23ceaf14349ef10978b7eb5df
- sending a selectable to an IN no longer creates a "union" out of multiple
selects; only one selectable to an IN is allowed now (make a union yourself
if union is needed; explicit better than implicit, dont guess, etc.)
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py