influxdb/models
Jonathan A. Sternberg 2994eafc9b Fix scanLine to handle quotes properly
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.
2015-12-29 14:35:00 -05:00
..
points.go Fix scanLine to handle quotes properly 2015-12-29 14:35:00 -05:00
points_test.go Fix scanLine to handle quotes properly 2015-12-29 14:35:00 -05:00
rows.go Fix golint warnings 2015-11-20 12:19:01 +00:00
time.go add bounds checking for shard group timestamps 2015-12-09 13:07:13 -07:00