sql: introduce mem_snprintf()
This patch introduces the mem_snprintf() function, which writes the string representation of a MEM to buf.
Showing
- src/box/sql/func.c 4 additions, 2 deletionssrc/box/sql/func.c
- src/box/sql/mem.c 65 additions, 33 deletionssrc/box/sql/mem.c
- src/box/sql/mem.h 15 additions, 0 deletionssrc/box/sql/mem.h
- src/box/sql/printf.c 1 addition, 14 deletionssrc/box/sql/printf.c
- test/sql-tap/sql-errors.test.lua 3 additions, 2 deletionstest/sql-tap/sql-errors.test.lua
- test/sql/types.result 1 addition, 1 deletiontest/sql/types.result
Loading
Please register or sign in to comment