featurebase/pql
Matt Jaffee 81d08be044
fix PQL, Rows and Group By problems
make sure that args which are Uints are positive and return an error if not.

improve group by error messages if field for Rows query is invalid
2018-12-21 14:16:55 -06:00
..
ast.go fix PQL, Rows and Group By problems 2018-12-21 14:16:55 -06:00
ast_test.go final Frame to Field rename 2018-06-06 01:27:12 -05:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
parser.go Unexport pql.TimeFormat 2018-07-05 23:11:56 -05:00
parser_test.go fix double escapes 2018-11-07 01:10:58 +03:00
pql.peg Add GroupBy filter. 2018-12-07 10:35:57 -07:00
pql.peg.go Add GroupBy filter. 2018-12-07 10:35:57 -07:00
pqlpeg_test.go Add GroupBy filter. 2018-12-07 10:35:57 -07:00
token.go replace PQL parser with one created by PEG parser generator 2018-06-15 08:34:12 -05:00