sql: VARBINARY result for C functions
This patch allows VARBINARY to be returned for user-defined C functions. There is currently no support for UUID and DECIMAL in SQL, so they are also treated as VARBINARY. Part of #6024
Showing
- src/box/sql/mem.c 11 additions, 0 deletionssrc/box/sql/mem.c
- test/sql-tap/CMakeLists.txt 1 addition, 0 deletionstest/sql-tap/CMakeLists.txt
- test/sql-tap/gh-6024-funcs-return-bin.c 46 additions, 0 deletionstest/sql-tap/gh-6024-funcs-return-bin.c
- test/sql-tap/gh-6024-funcs-return-bin.test.lua 57 additions, 0 deletionstest/sql-tap/gh-6024-funcs-return-bin.test.lua
Loading
Please register or sign in to comment