influxdb/influxql
Todd Persen 10285b6194 Merge pull request #2488 from influxdb/fix-2281
fix #2281: passthru escapes when parsing regex
2015-05-05 19:59:10 -07:00
..
INFLUXQL.md Update create user statement example. 2015-04-29 15:38:20 -03:00
NOTES WIP: wire up group bys and pretty much the whole shebang 2015-01-27 20:27:19 -05:00
ast.go normalize Call.Name to be lowercase 2015-05-01 12:05:55 -05:00
ast_test.go Support int64 data types 2015-04-13 11:04:27 -07:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
engine.go Fix comments 2015-04-21 13:39:58 -06:00
functions.go add some tests for getSortedRange and improve efficiency of partitioning 2015-05-04 16:59:39 -05:00
functions_test.go add some tests for getSortedRange and improve efficiency of partitioning 2015-05-04 16:59:39 -05:00
parser.go normalize Call.Name to be lowercase 2015-05-01 12:05:55 -05:00
parser_test.go fix #2286: parse error on CREATE CONTINUOUS QUERY 2015-04-17 16:40:29 -04:00
scanner.go fix #2281: passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
scanner_test.go fix #2281: passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
token.go fix #2224: make influxql keywords case insensitive 2015-04-09 16:08:28 -04:00