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

sql: second lookup for space names

This patch add second lookup for space name in the following cases:
- foreign table in tuple foreign key creation clause;
- foreign table in field foreign key creation clause;
- table in DROP TABLE statement;
- view in DROP VIEW statement;
- table in SELECT FROM statement;
- table in DELETE FROM statement;
- table in TRUNCATE TABLE statement;
- table in UPDATE TABLE statement;
- table in INSERT INTO statement;
- table in CREATE INDEX statement;
- table in DROP INDEX statement;
- table in PRAGMA statement;
- table in SHOW CREATE TABLE statement;
- table in CREATE TRIGGER statement;
- table in ALTER TABLE statements;

Table names in expressions will be supported in subsequent commits.

Part of #4467

NO_DOC=will be added later
NO_CHANGELOG=will be added later
parent 2b164f62
No related branches found
No related tags found
Loading
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