-
Notifications
You must be signed in to change notification settings - Fork 48
bug / lack of QuoteIdent #45
Copy link
Copy link
Open
Description
Hi,
There is a minor bug in the String method here:
Line 2602 in b9e521f
| _, _ = buf.WriteString(s.Database) |
Should be:
if s.Database != "" {
_, _ = buf.WriteString(" ON ")
_, _ = buf.WriteString(QuoteIdent(s.Database))
}
See:
https://github.com/influxdata/influxql/blob/master/ast.go#L2533
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels