Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4.0
-
None
-
None
Description
When our demux creates ChukwaRecord entries whose values contain single quotes, the SQL generated by MetricDataLoader is invalid as the single quote character is not being properly escaped. There's already an escape method present, and adding two lines of code fixed it for us.
Patch forthcoming...