]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed incorrect usage of "," in over() clause
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 17:40:37 +0000 (13:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 17:40:37 +0000 (13:40 -0400)
commit509f3fb492a4be70842dde65f9b84a86671e857f
tree4c46797d9b950ae66b8bff3072127add513a947b
parentfcded554dfbb102ee6c34982e3449592718ba921
- Fixed incorrect usage of "," in over() clause
being placed between the "partition" and "order by"
clauses.  [ticket:2134]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py