influxdb/influxql
Daniel Morsing fc4246d7f5 be more strict about identifier printing
When stringifying a query, we would print the identifier bare most
of the time. This caused issues when stringifying an identifier
that contained elements of syntax. For example, querying for the
value "in-bytes" would fail because the mapper would serialize it to
in-bytes and would parse it as an expression. Same problem occured
when using keywords as identifier names, such as select or in.

Fixes #3547
2015-08-05 17:40:42 +01:00
..
INFLUXQL.md docs tweaks for new syntax show retention policies 2015-07-22 15:46:42 -07:00
NOTES Fix spelling errors in comments and strings. 2015-06-28 02:54:34 -04:00
ast.go be more strict about identifier printing 2015-08-05 17:40:42 +01:00
ast_test.go be more strict about identifier printing 2015-08-05 17:40:42 +01:00
doc.go Add InfluxQL AST and tokens. 2014-11-15 12:04:30 -07:00
functions.go string return is totally unused 2015-07-22 02:55:13 -07:00
functions_test.go string return is totally unused 2015-07-22 02:55:13 -07:00
parser.go be more strict about identifier printing 2015-08-05 17:40:42 +01:00
parser_test.go be more strict about identifier printing 2015-08-05 17:40:42 +01:00
result.go Refactor query engine for distributed query support 2015-07-15 12:54:55 -07:00
scanner.go Added check for escaped single quote in string 2015-07-22 17:47:48 -04:00
scanner_test.go Added check for escaped single quote in string 2015-07-22 17:47:48 -04:00
token.go Added support for SHOW GRANTS FOR USER syntax 2015-06-17 01:00:26 +10:00