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

Delete queries with extra conditions should return an error #127

Closed
jvshahid opened this issue Dec 13, 2013 · 2 comments
Closed

Delete queries with extra conditions should return an error #127

jvshahid opened this issue Dec 13, 2013 · 2 comments
Milestone

Comments

@jvshahid
Copy link
Contributor

delete from foobar where foo = 'bar' should return an error instead of deleting every point in the time series, since there is no start or end time in the delete query.

@ghost ghost assigned jvshahid Dec 13, 2013
@spuder
Copy link
Contributor

spuder commented Oct 9, 2014

I believed this caused a regression because it is no longer possible to delete any data the way the documentation says you should be able to.

issue #975
http://stackoverflow.com/questions/26268544/can-you-delete-data-from-influxdb

@jvshahid
Copy link
Contributor Author

jvshahid commented Oct 9, 2014

The documentation never said that you can delete points using arbitrary predicates, it clearly states that you have to use a time range.

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

No branches or pull requests

2 participants