Skip to content
Snippets Groups Projects
Commit e7558062 authored by Kirill Shcherbatov's avatar Kirill Shcherbatov
Browse files

sql: store regular identifiers in case-normal form

Introduced a new sql_normalize_name routine performing SQL name
conversion to case-normal form via unicode character folding.
For example, ß is converted to SS. The result is similar to SQL
UPPER function.

Closes #3931
parent 20531034
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment