sql: check column name in index definition
After this patch, the column name will be checked for being an ID before resolution, not after. Closes #8365 NO_DOC=bugfix in debug NO_CHANGELOG=bugfix in debug
Showing
- src/box/sql/build.c 1 addition, 5 deletionssrc/box/sql/build.c
- src/box/sql/resolve.c 8 additions, 16 deletionssrc/box/sql/resolve.c
- test/sql-luatest/gh_8365_no_func_in_index_def_test.lua 31 additions, 0 deletionstest/sql-luatest/gh_8365_no_func_in_index_def_test.lua
- test/sql-tap/colname.test.lua 2 additions, 2 deletionstest/sql-tap/colname.test.lua
- test/sql-tap/sql-errors.test.lua 1 addition, 1 deletiontest/sql-tap/sql-errors.test.lua
- test/sql/message-func-indexes.result 4 additions, 4 deletionstest/sql/message-func-indexes.result
Loading
Please register or sign in to comment