]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug where "from" clause gathering from an
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Apr 2011 03:44:03 +0000 (23:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Apr 2011 03:44:03 +0000 (23:44 -0400)
commit2d34ded2d8a84471be2d1ff03772af9292b36a54
tree48aa3bd10324198e13fdcc6282f509113a3293b0
parent7cd4ccabafd19a2c97ffe9bbd43b28ede30b61b7
  - fixed bug where "from" clause gathering from an
    over() clause would be an itertools.chain() and
    not a list, causing "can only concatenate list"
    TypeError when combined with other clauses.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_compiler.py