sql: remove box.sql.execute()
This patch replaces box.sql.execute() by box.execute() in tests and removes box.sql.execute() from code. Closes #3505
Showing
- src/box/CMakeLists.txt 0 additions, 1 deletionsrc/box/CMakeLists.txt
- src/box/lua/console.lua 1 addition, 1 deletionsrc/box/lua/console.lua
- src/box/lua/init.c 0 additions, 2 deletionssrc/box/lua/init.c
- src/box/lua/load_cfg.lua 5 additions, 8 deletionssrc/box/lua/load_cfg.lua
- src/box/lua/sql.c 0 additions, 129 deletionssrc/box/lua/sql.c
- src/box/lua/sql.h 0 additions, 46 deletionssrc/box/lua/sql.h
- test/box/cfg.result 0 additions, 17 deletionstest/box/cfg.result
- test/box/cfg.test.lua 0 additions, 10 deletionstest/box/cfg.test.lua
- test/box/misc.result 0 additions, 1 deletiontest/box/misc.result
- test/box/sql-update-with-nested-select.result 17 additions, 8 deletionstest/box/sql-update-with-nested-select.result
- test/box/sql-update-with-nested-select.test.lua 7 additions, 7 deletionstest/box/sql-update-with-nested-select.test.lua
- test/sql-tap/alter.test.lua 4 additions, 4 deletionstest/sql-tap/alter.test.lua
- test/sql-tap/alter2.test.lua 6 additions, 6 deletionstest/sql-tap/alter2.test.lua
- test/sql-tap/analyze1.test.lua 3 additions, 3 deletionstest/sql-tap/analyze1.test.lua
- test/sql-tap/analyze9.test.lua 1 addition, 1 deletiontest/sql-tap/analyze9.test.lua
- test/sql-tap/autoinc.test.lua 2 additions, 2 deletionstest/sql-tap/autoinc.test.lua
- test/sql-tap/between.test.lua 1 addition, 1 deletiontest/sql-tap/between.test.lua
- test/sql-tap/check.test.lua 15 additions, 15 deletionstest/sql-tap/check.test.lua
- test/sql-tap/delete1.test.lua 2 additions, 2 deletionstest/sql-tap/delete1.test.lua
- test/sql-tap/distinct.test.lua 3 additions, 3 deletionstest/sql-tap/distinct.test.lua
Loading
Please register or sign in to comment