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

Be strict about layer names, migrate existing #7711

Open
fm3 opened this issue Mar 21, 2024 · 0 comments
Open

Be strict about layer names, migrate existing #7711

fm3 opened this issue Mar 21, 2024 · 0 comments

Comments

@fm3
Copy link
Member

fm3 commented Mar 21, 2024

In some places we added a restriction for layer names ([A-Za-z0-9_\\-\\.]* + does not start with dot).

This is to ensure easy handling of the names both in uris and file paths.

We should be strict about that in all places (validateDataSource, submitJob, frontend, sql constraints).

To do that we first need to migrate all existing layers.

Note that we also discussed adding $ and @ to the list of valid characters

@fm3 fm3 changed the title Be strict about layer names Be strict about layer names, migrate existing Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant