Skip to content

Second lookup for names in SQL #3826

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

Open
1 task
Tracked by #4505
TarantoolBot opened this issue Oct 31, 2023 · 1 comment
Open
1 task
Tracked by #4505

Second lookup for names in SQL #3826

TarantoolBot opened this issue Oct 31, 2023 · 1 comment
Assignees
Labels
3.0 sql [location] SQL manual

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Oct 31, 2023

Related dev. issue(s): tarantool/tarantool#4467

Product: Tarantool
Since: 3.0
Root document: TBD check all SQL pages.
SME: @ ImeevMA

Details

Since all names are now case sensitive, a second lookup is now supported
to maintain backward compatibility. A second lookup by name will be
performed if the object was not found by name in the first lookup and if
the name is not enclosed in double quotation marks. The name for the
second lookup is normalized using old rules.
Requested by @ImeevMA in tarantool/tarantool@a9d07e9.

Definition of done

  • SQL docs reflect the new lookup behavior
@p7nov p7nov added 3.0 sql [location] SQL manual labels Nov 2, 2023
@p7nov p7nov self-assigned this Nov 2, 2023
@p7nov p7nov removed their assignment Nov 23, 2023
@andreyaksenov
Copy link
Contributor

andreyaksenov commented Dec 27, 2023

@lenkis lenkis assigned lenkis and unassigned lenkis Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 sql [location] SQL manual
Projects
None yet
Development

No branches or pull requests

4 participants