sq/libsq/ast
Neil O'Toole d9b56eea8a
Implement groupby() (#161)
* test: slq2sql more test cases; now executes the generated query

* groupby: first test case working against all DBs

* sakila: added sqlserver 2019 source

* groupby: tests for groupby synonyms

* groupby: final touches
2023-03-26 02:01:41 -06:00
..
internal/slq Implement groupby() (#161) 2023-03-26 02:01:41 -06:00
sqlbuilder Implement groupby() (#161) 2023-03-26 02:01:41 -06:00
ast.go orderby() (#159) 2023-03-25 19:20:53 -06:00
func.go orderby() (#159) 2023-03-25 19:20:53 -06:00
inspector_test.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
inspector.go Implement groupby() (#161) 2023-03-26 02:01:41 -06:00
join.go orderby() (#159) 2023-03-25 19:20:53 -06:00
node_test.go orderby() (#159) 2023-03-25 19:20:53 -06:00
node.go Implement groupby() (#161) 2023-03-26 02:01:41 -06:00
orderby.go orderby() (#159) 2023-03-25 19:20:53 -06:00
parser_test.go orderby() (#159) 2023-03-25 19:20:53 -06:00
parser.go Implement groupby() (#161) 2023-03-26 02:01:41 -06:00
range_test.go orderby() (#159) 2023-03-25 19:20:53 -06:00
range.go orderby() (#159) 2023-03-25 19:20:53 -06:00
segment_test.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
segment.go orderby() (#159) 2023-03-25 19:20:53 -06:00
selector_test.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
selector.go orderby() (#159) 2023-03-25 19:20:53 -06:00
walker_test.go Support table and column names with spaces. (#156) 2023-03-22 00:17:34 -06:00
walker.go Implement groupby() (#161) 2023-03-26 02:01:41 -06:00