Skip to content

Do not lower case database names#642

Merged
gsjaardema merged 8 commits intomasterfrom
do_not_lower_case_database_names
Apr 18, 2025
Merged

Do not lower case database names#642
gsjaardema merged 8 commits intomasterfrom
do_not_lower_case_database_names

Conversation

@gsjaardema
Copy link
Copy Markdown
Contributor

No description provided.

Original behavior was to convert all database block/set names to
lowercase and convert spaces to '_'.  The new default is proposed to
be leaving the database names as they are read from the database and
adding an alias of the name lowercased.

Added property `LOWER_CASE_DATABASE_NAMES` which is false by default.
If true, then previous behavior is returned.

io_shell has --lower_case_database_names option to also select that
behavior for testing.
@gsjaardema gsjaardema self-assigned this Apr 17, 2025
@gsjaardema gsjaardema merged commit 3739611 into master Apr 18, 2025
55 checks passed
@gsjaardema gsjaardema deleted the do_not_lower_case_database_names branch April 18, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant