Quotes are handled differently in the line protocol depending on when they are encountered. Quotes in field values matter, quotes anywhere else don't. `scanLine()` didn't understand this difference and treated all quotes the same as ones for tag values. This resulted in `scanLine()` reading the wrong amount of data sometimes when quotes were involved. This fixes #5204. |
||
---|---|---|
.. | ||
points.go | ||
points_test.go | ||
rows.go | ||
time.go |