featurebase/pql
Matt Jaffee 9c8ad727b5
allow floats in PQL queries for decimal fields
had to workaround some cruft in the parser that was trying to only
support a BETWEEN query as LTE, LTE. Now we have operations for all
combinations of LT and LTE.

unrelated - changed the port a test was binding to as it conflicted
with a port I was using locally.
2019-11-13 10:07:24 -06:00
..
ast.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00
ast_test.go v2.0.0 2019-10-08 14:56:17 -06:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
parser.go plugins and precomputed data 2019-11-12 12:14:29 -06:00
parser_test.go plugins and precomputed data 2019-11-12 12:14:29 -06:00
pql.peg allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00
pql.peg.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00
pqlpeg_test.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00
token.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00