influxdb/influxql
Philip O'Toole dcdb4b77a1 Merge branch 'master' into support_all_value_types
Conflicts:
	database.go
	server.go
2015-02-16 09:21:10 -08:00
..
INFLUXQL.md INFLUXQL.md: explain escaping and fix DROP USER 2015-02-04 11:49:05 -05:00
NOTES WIP: wire up group bys and pretty much the whole shebang 2015-01-27 20:27:19 -05:00
ast.go int maps to influxql.Number 2015-02-13 16:28:12 -08:00
ast_test.go Fix queries with where clause only having time. 2015-02-05 01:29:19 -05:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
engine.go Merge branch 'master' into support_all_value_types 2015-02-16 09:21:10 -08:00
engine_test.go Update interface on iterator.Next() to pass raw data along with key and value 2015-02-14 17:12:38 -05:00
parser.go Add missing valid statements for SHOW 2015-02-09 17:06:18 -08:00
parser_test.go Add missing valid statements for SHOW 2015-02-09 17:06:18 -08:00
scanner.go Use the last ident segment for result names. 2015-01-28 03:57:38 -05:00
scanner_test.go influxql: fix WHERE TAG KEY parsing 2015-01-28 05:02:36 -05:00
token.go influxql: remove TagKeyIdent, add WITH KEY clause 2015-01-29 15:01:25 -05:00