Hi, There is a minor bug in the `String` method here: https://github.com/influxdata/influxql/blob/b9e521f450818862cab2bc31a30293b192439728/ast.go#L2602 Should be: ``` if s.Database != "" { _, _ = buf.WriteString(" ON ") _, _ = buf.WriteString(QuoteIdent(s.Database)) } ``` See: https://github.com/influxdata/influxql/blob/master/ast.go#L2533
Hi,
There is a minor bug in the
Stringmethod here:influxql/ast.go
Line 2602 in b9e521f
Should be:
See:
https://github.com/influxdata/influxql/blob/master/ast.go#L2533