]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement placeholders for CUBE, ROLLUP, GROUPING SETS
authorSpitcyn <a.ch.clr@gmail.com>
Tue, 12 Sep 2017 14:21:57 +0000 (10:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Sep 2017 19:18:37 +0000 (15:18 -0400)
commit509d19e6fd38b8e9fec1c588ec958ad1246414a1
tree8a823c6270c5e4b374b54fb87b013846bff7ada3
parent31f80b9eaeb3c3435b7f6679b41e434478b1d11c
Implement placeholders for CUBE, ROLLUP, GROUPING SETS

Fixes: #3429
Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Change-Id: I870ee7dc801d553c5309c291402ec468b671e9a9
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/383
doc/build/changelog/migration_12.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/functions.py
test/sql/test_functions.py