]> git.evergreen-ils.org Git - Evergreen.git/commit
In SELECT(): tweak the logic for handling the "aggregate" tag.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Mar 2009 16:25:09 +0000 (16:25 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Mar 2009 16:25:09 +0000 (16:25 +0000)
commit5f70429458092586eaeb627b2528507853660e9b
tree8526da8545739330d70c6977e74b051bcf903fc0
parent569e06f2ec3be0a8c74d4c83cd418ccfc06b7439
In SELECT(): tweak the logic for handling the "aggregate" tag.

Previously we would build a GROUP BY clause if any field
carried the "aggregate" tag, even if the associated value
was always false.  Now we respond to the "aggregate" tag
only if its value is true.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@12378 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_cstore.c