Skip to content
Snippets Groups Projects
Commit 44a055d7 authored by Mergen Imeev's avatar Mergen Imeev Committed by Igor Munkin
Browse files

sql: second lookup for column names

This patch add second lookup for column name in the following cases:
- columns in tuple foreign key creation clause;
- columns in field foreign key creation clause;
- columns in primary key creation clause;
- columns in unique constraint creation clause;
- columns in expressions;
- columns in UPDATE TABLE statement;
- columns in INSERT INTO statement;
- columns in CREATE INDEX statement;

Also, second lookup for table name in expressions also now supported.

Part of #4467

NO_DOC=will be added later
NO_CHANGELOG=will be added later
parent 66234c63
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