]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug in over() construct whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 21:18:14 +0000 (17:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 21:18:14 +0000 (17:18 -0400)
commit62b7a8133a54a07934153b767a7f755a28beec24
tree92ca2f1747d686d2d1e73f98b4c771153e94a47a
parentd8be99f7ed97ce8f33a42b76ec57d3e9d215f2ec
  - [bug] Fixed bug in over() construct whereby
    passing an empty list for either partition_by
    or order_by, as opposed to None, would fail
    to generate correctly.
    Courtesy Gunnlaugur Por Briem.
    [ticket:2574]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py