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

Deprecated use of 'CREATE CONTINUOUS QUERY #13

Closed
tihomir-kit opened this issue Jun 30, 2016 · 1 comment
Closed

Deprecated use of 'CREATE CONTINUOUS QUERY #13

tihomir-kit opened this issue Jun 30, 2016 · 1 comment

Comments

@tihomir-kit
Copy link
Owner

Noticed this in the "CreateContinuousQuery_OnExistingCqName_ShouldThrow" test for v1.0.0:

Body: "{\"results\":[{\"messages\":[{\"level\":\"warning\",\"text\":\"deprecated use of 'CREATE CONTINUOUS QUERY FakeCq1467326739350853020235 ON FakeInfluxDb14673267283812050619918 BEGIN SELECT max(field_int) AS max_field_int, min(field_int) AS min_field_int INTO FakeInfluxDb14673267283812050619918.autogen.\\\"FakeMeasurement14673267393031592682186.5s\\\" FROM FakeInfluxDb14673267283812050619918.autogen.FakeMeasurement14673267393031592682186 GROUP BY time(5s) fill(previous) END' in a read only context, please use a POST request instead\"}]}]}"
StatusCode: OK
Success: true

Other requests should probably also be checked for deprecated InfluxDB syntax.

@tihomir-kit
Copy link
Owner Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant