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

Migrate table names with uppercase to lowercase names (macOS, Windows) #6333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stweil
Copy link
Member

@stweil stweil commented Dec 1, 2024

For case sensitive filesystems which are typically used by Linux such renames were already done in earlier migration steps, but those steps have no effect on macOS and Windows.

The new SQL migration code renames any table name with uppercase letters to a lowercase table name.

The script was created by Claude.AI.

Fixes: #6139

For case sensitive filesystems which are typically used by Linux
such renames were already done in earlier migration steps, but
those steps have no effect on macOS and Windows.

The new SQL migration code renames any table name with uppercase
letters to a lowercase table name.

The script was created by Claude.AI.

Fixes: kitodo#6139
Signed-off-by: Stefan Weil <[email protected]>
@solth solth requested a review from matthias-ronge December 6, 2024 13:50
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.

Database migration fails partially on macOS (and other hosts with case insensitive filesystem)
1 participant