Skip to content
Snippets Groups Projects
Commit 4e2e0a68 authored by Arseniy Volynets's avatar Arseniy Volynets Committed by Arseniy Volynets
Browse files

feat!: normalize identifiers to lowercase

- Normalize name to lowercase from parser
- Identifiers are stored as normalized strings
without quotes
- During conversion to local SQL we wrap
identifiers in quotes, because tarantool
normalizes names without quotes to uppercase
- For errors and explain, we also need to
wrap names into quotes for better readability
parent 89f27ad2
No related branches found
No related tags found
1 merge request!1414sbroad import
Showing
with 272 additions and 252 deletions
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