sql: make built-in functions operate on unsigned values
As a part of introduction unsigned type in SQL, let's patch all built-in function to make them accept and operate on unsigned value, i.e. values which come with MEM_UInt VDBE memory type. Part of #3810 Part of #4015
Showing
- src/box/sql/func.c 24 additions, 37 deletionssrc/box/sql/func.c
- src/box/sql/main.c 2 additions, 1 deletionsrc/box/sql/main.c
- src/box/sql/sqlInt.h 6 additions, 3 deletionssrc/box/sql/sqlInt.h
- src/box/sql/vdbeapi.c 16 additions, 6 deletionssrc/box/sql/vdbeapi.c
- test/sql-tap/fkey2.test.lua 2 additions, 2 deletionstest/sql-tap/fkey2.test.lua
- test/sql-tap/func.test.lua 1 addition, 1 deletiontest/sql-tap/func.test.lua
Loading
Please register or sign in to comment