This is a placeholder for some enhancements that I'm currently making to the module for one of my projects.

The enhancements consist of two parts:
1. Modify the query generation routine to support non-DB based fields such as formulas (in my situation a "CASE...WHEN" structure)
2. Fix problems with invalid SQL Generation when grouping/counting fields in relationships (ex: counting the number of comments per node type)

Initial version of the patch will be uploaded shortly.

CommentFileSizeAuthor
#1 views_groupby-782658.patch2.22 KBshawn_smiley
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shawn_smiley’s picture

FileSize
2.22 KB

Here is the initial version of the patch. It has NOT been thoroughly tested yet and I expect to be making refinements to it over the next few days. But I wanted to get it out here for those that want to help test it.