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

fix #2215: allow keyword default to be unquoted #2228

Merged
merged 2 commits into from
Apr 9, 2015
Merged

fix #2215: allow keyword default to be unquoted #2228

merged 2 commits into from
Apr 9, 2015

Conversation

dgnorton
Copy link
Contributor

@dgnorton dgnorton commented Apr 9, 2015

InfluxDB creates a default retention policy named "default". DEFAULT is
also a keyword in the language. This required double quoting "default"
in the ALTER RETENTION POLICY statement. This commit makes the parser
accept it unquoted for that one statement.

InfluxDB creates a default retention policy named "default".  DEFAULT is
also a keyword in the language.  This required double quoting "default"
in the ALTER RETENTION POLICY statement.  This commit makes the parser
accept it unquoted for that one statement.
@corylanou
Copy link
Contributor

awesome! +1

dgnorton added a commit that referenced this pull request Apr 9, 2015
fix #2215: allow keyword default to be unquoted
@dgnorton dgnorton merged commit 61cd463 into master Apr 9, 2015
@toddboom toddboom deleted the fix-2215 branch May 4, 2015 21:59
mark-rushakoff pushed a commit that referenced this pull request Jan 11, 2019
add label responses to telegraf and buckets
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.

2 participants