Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Fix DataFrameClient tag processing #366

Merged
merged 2 commits into from
Sep 9, 2016
Merged

Conversation

tzonghao
Copy link
Contributor

@tzonghao tzonghao commented Sep 8, 2016

  • tags should be sorted, with both global_tags and column_tags together
  • tags values should be escaped
  • reuse line_protocol._escape_tag for consistent escaping behaviour

- tags should be sorted, with both global_tags and column_tags together
- tags values should be escaped
`re.escape` affects all non-alphanumerical characters, as opposed to
`line_protocol._escape_tag` which only escapes specific characters [\ ,=]
@aviau aviau merged commit bdc8875 into influxdata:master Sep 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants