summaryrefslogtreecommitdiff
path: root/examples/select_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Add make_diagram.py to examples to demonstrate creating railroad diags for ↵ptmcg2020-06-271-2/+6
| | | | selected examples
* Include 2.4.x change notes to CHANGES; add select_parser to unit tests; ↵ptmcg2019-11-181-4/+3
| | | | minor changes to select_parser
* select_parser example: misc improvements (#157)Robert Coup2019-11-181-152/+94
| | | | | | | | | | | | | | | | * select_parser example: misc improvements * sqlite now supports TRUE and FALSE as literal values * use common numeric expressions * fix identifier quoting * downcase identifiers unless they're quoted * fix string quoting * add support for sql comments * additional test cases * Reformat test-runner aspects * Improve support for NOT expressions (eg. NOT IN, NOT LIKE)
* Blacken the project (#141)Jon Dufresne2019-10-311-82/+226
|
* 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