Skip to content

Support for GROUP BY CUBE, SET, ROLLUP#383

Closed
antonio-antuan wants to merge 1 commit into
zzzeek:masterfrom
antonio-antuan:group_by_summarizes
Closed

Support for GROUP BY CUBE, SET, ROLLUP#383
antonio-antuan wants to merge 1 commit into
zzzeek:masterfrom
antonio-antuan:group_by_summarizes

Conversation

@antonio-antuan
Copy link
Copy Markdown
Contributor

@antonio-antuan antonio-antuan commented Sep 11, 2017

@zzzeek
Copy link
Copy Markdown
Owner

zzzeek commented Sep 12, 2017

OK so do we want this to work like "func.cube()" ? That already works now. I'm mostly thinking which ones of these do we want to keep called as "func.XYZ" and which should just be ".XYZ" - not as much for how it is implemented (they can be func in any case most likely) but how do we encourage the user to call upon them. only GROUPING SETS really needs special attention here because of the space.

@zzzeek
Copy link
Copy Markdown
Owner

zzzeek commented Sep 12, 2017

I'll work with it, thanks!

@zzzeek
Copy link
Copy Markdown
Owner

zzzeek commented Sep 12, 2017

Dear contributor -

This pull request is being moved to Gerrit, at https://gerrit.sqlalchemy.org/512, where it may be tested and reviewed more closely. As such, the pull request itself is being marked "closed" or "declined", however your contribution is merely being moved to our central review system. Please register at https://gerrit.sqlalchemy.org#/register/ to send and receive comments regarding this item.

@zzzeek zzzeek closed this Sep 12, 2017
zzzeek added a commit that referenced this pull request Sep 14, 2017
Fixes: #3429

Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Change-Id: I870ee7dc801d553c5309c291402ec468b671e9a9
Pull-request: #383
zzzeek pushed a commit that referenced this pull request Sep 26, 2017
https://bitbucket.org/zzzeek/sqlalchemy/issues/3429/support-for-group-by-cube-set-rollup

 - new funcs added
 - fix type into sql.elements

Change-Id: I870ee7dc801d553c5309c291402ec468b671e9a9
Pull-request: #383
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants