Feature Request
Is your feature request related to a problem?
Metadata names are still normalized to lowercase in several metadata loading and persistence paths. This can lose raw schema, table, and column names, break quoted and unquoted identifier lookups, and make repository metadata inconsistent with the physical database.
Describe the feature you would like.
Implement metadata identifier case handling so that ShardingSphere preserves raw metadata names, resolves identifiers according to database-specific rules, and keeps in-memory metadata and repository storage aligned.
Feature Request
Is your feature request related to a problem?
Metadata names are still normalized to lowercase in several metadata loading and persistence paths. This can lose raw schema, table, and column names, break quoted and unquoted identifier lookups, and make repository metadata inconsistent with the physical database.
Describe the feature you would like.
Implement metadata identifier case handling so that ShardingSphere preserves raw metadata names, resolves identifiers according to database-specific rules, and keeps in-memory metadata and repository storage aligned.
ShardingSphereDatabaseShardingSphereSchemaShardingSphereTableStringlookup toIdentifierValuelookup