]> 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:20:04 +0000 (17:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 21:20:04 +0000 (17:20 -0400)
commit2205d49fe700954846a23f5f8694f20f3dadb253
treec414f7bba3fb466a8ce2347bc59848cb303ba857
parent0d41daa50987ec36b1c681a45a56c09e9cf00aae
  - [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