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.
Showing
- changelogs/unreleased/gh-4467-second-lookup-for-names.md 5 additions, 0 deletionschangelogs/unreleased/gh-4467-second-lookup-for-names.md
- src/box/sql.c 14 additions, 1 deletionsrc/box/sql.c
- src/box/sql/sqlInt.h 14 additions, 6 deletionssrc/box/sql/sqlInt.h
- test/sql-luatest/gh_4467_sql_id_backwards_compatibility_test.lua 6 additions, 5 deletions...l-luatest/gh_4467_sql_id_backwards_compatibility_test.lua
Loading
Please register or sign in to comment