Neil O'Toole
|
7396aadb9e
|
#12: multiple joins (#280)
* The query language now supports multiple joins.
|
2023-07-03 09:34:19 -06:00 |
|
Neil O'Toole
|
3f6157c4c4
|
Change logging library to slog (#175)
- Switch to slog logger.
|
2023-04-02 13:49:45 -06:00 |
|
Neil O'Toole
|
fac3a27d7b
|
group_by() function (#163)
- `group_by()` now accepts function as argument.
- Refactored grammar.
- Broad improvements to function implementation.
|
2023-03-26 20:03:40 -06:00 |
|
Neil O'Toole
|
9746f4c1a2
|
orderby() (#159)
* wip: orderby impl
* Tests passing (note: ast.checkASTIntegrity is disabled)
* ExprNode now rendered via renderSelectorNode
* linting
* CHAGELOG for v0.27.0
|
2023-03-25 19:20:53 -06:00 |
|