]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- ensure kwargs are passed for limit clause on a compound select as well,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Nov 2014 00:00:42 +0000 (20:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Nov 2014 00:00:42 +0000 (20:00 -0400)
commit7bf5ac9c1e814c999d4930941935e1d5cfd236bf
tree38d17ab75456492f7a6984723a001d8935501318
parentd2c1edfb15334a2fb6ada5b064563c144ac22ad7
- ensure kwargs are passed for limit clause on a compound select as well,
further fixes for #3034
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py