featurebase/http
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
..
client.go support for decimal fields 2019-10-29 16:36:14 -05:00
client_test.go allow floats in PQL queries for decimal fields 2019-11-13 10:07:24 -06:00
error.go Fix linter issues: vet 2018-07-19 11:37:50 -05:00
handler.go support for decimal fields 2019-10-29 16:36:14 -05:00
handler_internal_test.go v2.0.0 2019-10-08 14:56:17 -06:00
handler_test.go v2.0.0 2019-10-08 14:56:17 -06:00
translator.go test and fix authentication of client certs btwn cluster nodes 2019-10-18 15:17:35 -05:00
translator_test.go test and fix authentication of client certs btwn cluster nodes 2019-10-18 15:17:35 -05:00