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: allows for . in dimension names #6298

Closed
wants to merge 1 commit into from
Closed

Conversation

mindspank
Copy link
Contributor

Naive fix for allowing . in dimension names in the parser. We should look at which allowed characters we support and extend the parser syntax for it.

@AdityaHegde
Copy link
Collaborator

Hmmm we escape the name in backend and not really restrict the names. We could do the same in UI filters as well. We should update our docs to reflect this.

@AdityaHegde
Copy link
Collaborator

Updating this in a separate PR: https://github.com/rilldata/rill/pull/6301/files#diff-5a4f1e3856243633d83a9ed61a7d1a57f28d7791134fddecd29cdb527a75fa02R81
The above also handles ' and \n in values.

@mindspank
Copy link
Contributor Author

Gotcha, closing in favor of your PR

@mindspank mindspank closed this Dec 18, 2024
@mindspank mindspank deleted the fix/dotcolumnnames branch December 18, 2024 06:45
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