influxdb/influxql
Jason Wilder d466533f20 Return a parse error for order by anything other than time
Order by time asc and desc are the only supported order by options
currently.  Tags, fields, or multiple order by fields will return
a parse error.
2015-09-03 22:31:58 -06:00
..
INFLUXQL.md Update INFLUXQL keywords 2015-08-29 09:56:15 -07:00
NOTES Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
ast.go Allow order by desc in parser 2015-09-03 22:28:35 -06:00
ast_test.go interpret number literals compared against time as nanoseconds from epoch 2015-08-18 14:20:20 -07:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
functions.go Revert "move aggregate functions" 2015-09-02 10:47:58 -07:00
functions_test.go Revert "move aggregate functions" 2015-09-02 10:47:58 -07:00
parser.go Return a parse error for order by anything other than time 2015-09-03 22:31:58 -06:00
parser_test.go Return a parse error for order by anything other than time 2015-09-03 22:31:58 -06:00
result.go Correctly merge rows for identical series 2015-08-17 13:43:17 -07:00
scanner.go fix #2555: add backreference in CQs 2015-09-03 07:12:15 -04:00
scanner_test.go add SHOW SHARDS statement 2015-09-03 15:46:52 -06:00
token.go add SHOW SHARDS statement 2015-09-03 15:46:52 -06:00