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

sql: second lookup for constraint names

This patch add second lookup for constraint name in the DROP CONSTRAINT
statement.

Part of #4467

@TarantoolBot document
Title: Second lookup for names in SQL

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.
parent 69fc9e0b
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