| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
selected examples
|
|
|
|
| |
minor changes to select_parser
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
| |
Update test strings to demonstrate fix in group_by_terms results - original bug was reported on SF bugs by Adam Groszer
|
|
|
| |
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.
|
|
|