summaryrefslogtreecommitdiff
path: root/examples/select_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Code reorg/reformat, added results namesPaul McGuire2019-07-061-127/+151
|
* Use HTTPS URLs where available in docs, examples, and commentsJon Dufresne2018-12-251-1/+1
|
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-14/+14
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Add "group by" case to select_parser.py testsPaul McGuire2018-07-141-0/+1
| | | Update test strings to demonstrate fix in group_by_terms results - original bug was reported on SF bugs by Adam Groszer
* Wrong expression grouping in select_parser.pyPaul McGuire2018-07-141-1/+1
| | | Results name "group_by_terms" was defined at the wrong level in the "having_expr", causing those names to be left out of the results.
* Move src to rootCengiz Kaygusuz2017-11-201-0/+126