sql: enable types checking for some functions
This patch enables static and dynamic type checks for functions that do not need any rework. Part of #6105
Showing
- src/box/sql/func.c 37 additions, 23 deletionssrc/box/sql/func.c
- test/sql-tap/badutf1.test.lua 20 additions, 14 deletionstest/sql-tap/badutf1.test.lua
- test/sql-tap/built-in-functions.test.lua 323 additions, 1 deletiontest/sql-tap/built-in-functions.test.lua
- test/sql-tap/coalesce.test.lua 1 addition, 1 deletiontest/sql-tap/coalesce.test.lua
- test/sql-tap/cse.test.lua 4 additions, 4 deletionstest/sql-tap/cse.test.lua
- test/sql-tap/func.test.lua 14 additions, 83 deletionstest/sql-tap/func.test.lua
- test/sql-tap/orderby1.test.lua 1 addition, 1 deletiontest/sql-tap/orderby1.test.lua
- test/sql-tap/position.test.lua 42 additions, 42 deletionstest/sql-tap/position.test.lua
- test/sql-tap/sql-errors.test.lua 1 addition, 1 deletiontest/sql-tap/sql-errors.test.lua
- test/sql-tap/substr.test.lua 4 additions, 2 deletionstest/sql-tap/substr.test.lua
- test/sql-tap/uuid.test.lua 25 additions, 31 deletionstest/sql-tap/uuid.test.lua
- test/sql-tap/where3.test.lua 3 additions, 3 deletionstest/sql-tap/where3.test.lua
- test/sql/boolean.result 7 additions, 25 deletionstest/sql/boolean.result
- test/sql/prepared.result 2 additions, 2 deletionstest/sql/prepared.result
- test/sql/types.result 22 additions, 46 deletionstest/sql/types.result
Loading
Please register or sign in to comment