Skip to content
Snippets Groups Projects
Commit 4789babc authored by AKhatskevich's avatar AKhatskevich Committed by Konstantin Osipov
Browse files

box: allow printable and only printable characters in identifiers

Before this patch, we would only allow alphabetical characters
plus underscore in identifier names. And we did not treat
all identifiers the same way: column names were not checked
at all.

SQL ANSI ISO allow delimited identifiers cantain any character
from source language character set.

After this patch, checks for allowed characters in identifier
names follow the same ruls for all identifiers: column names,
function names, user names, space names, index names.

In other words, this patch makes tarantool itentifier rules closer
to ANSI ones.

Closes #2914
parent 07653cf8
No related branches found
No related tags found
Loading
Showing
with 614 additions and 101 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