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

Deleting from capitalized time-series doesn't work #457

Merged
merged 1 commit into from
Apr 21, 2014

Conversation

jvshahid
Copy link
Contributor

Steps to reproduce:

  1. Insert a data point into a time-series named Test (note the capital letter)
  2. Execute SELECT * FROM Test to confirm the data point got written
  3. Execute DELETE FROM Test
  4. Execute SELECT * FROM Test again. Notice that the point is still there.

At the same time DROP SERIES Test does work.

@jvshahid jvshahid added the bug label Apr 18, 2014
@jvshahid jvshahid added this to the 0.5.9 milestone Apr 18, 2014
@pauldix pauldix modified the milestones: 0.5.10, 0.5.9 Apr 18, 2014
pauldix added a commit that referenced this pull request Apr 21, 2014
…tal-name

Deleting from capitalized time-series doesn't work
@pauldix pauldix merged commit ecf5f28 into master Apr 21, 2014
@jvshahid jvshahid deleted the fix-457-delete-series-with-capital-name branch April 22, 2014 18:04
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

Successfully merging this pull request may close these issues.

None yet

2 participants