Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing commas in string field values #2857

Merged
merged 2 commits into from
Jun 9, 2015
Merged

Fix parsing commas in string field values #2857

merged 2 commits into from
Jun 9, 2015

Commits on Jun 9, 2015

  1. Fix parsing commas in string field values

    Fixes a panic on writes because the field value was not parse correctly.
    
    panic: unsupported value type during encode fields: <nil>
    
    goroutine 117 [running]:
    github.com/influxdb/influxdb/tsdb.(*FieldCodec).EncodeFields(0xc2081c4020, 0xc2081dc180, 0x0, 0x0, 0x0, 0x0, 0x0)
    	/Users/jason/go/src/github.com/influxdb/influxdb/tsdb/shard.go:573 +0x8e3
    jwilder committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    3e96916 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Add #2857
    jwilder committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    9f444a6 View commit details
    Browse the repository at this point in the history