sql: set column types for EXPLAIN and PRAGMA
Currently, EXPLAIN and PRAGMA do not set the column types for the result. This is incorrect, since any returned row must have a column type. This patch defines the types for these columns. Closes #3832
Showing
- src/box/execute.c 3 additions, 2 deletionssrc/box/execute.c
- src/box/sql/pragma.c 14 additions, 23 deletionssrc/box/sql/pragma.c
- src/box/sql/pragma.h 138 additions, 55 deletionssrc/box/sql/pragma.h
- src/box/sql/prepare.c 38 additions, 15 deletionssrc/box/sql/prepare.c
- test/sql/iproto.result 69 additions, 0 deletionstest/sql/iproto.result
- test/sql/iproto.test.lua 17 additions, 1 deletiontest/sql/iproto.test.lua
Loading
Please register or sign in to comment