fix support of unquoted value on time criteria#10
Open
fifthaxe wants to merge 9 commits intobenjamin658:masterfrom
Open
fix support of unquoted value on time criteria#10fifthaxe wants to merge 9 commits intobenjamin658:masterfrom
fifthaxe wants to merge 9 commits intobenjamin658:masterfrom
Conversation
added 5 commits
December 20, 2019 23:36
…lder fix type assertion
Pull Request Test Coverage Report for Build 71
💛 - Coveralls |
Owner
|
Thanks for your contribution, it would be great to add unit test on it, after the test passed, I will merge the PR, thanks again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
influxql permits to set an unquoted string for a timestamp :
time >= 12ms
this PR adds support to this case