sql: add column name to SQL change counter
Currently, if the count_changes pragma is enabled, the INSERT, REPLACE and UPDATE statements will return the number of changes at execution time. This patch sets an INTEGER type for this result. Follow up #3832 Needed from #3505
Showing
- src/box/sql/delete.c 2 additions, 0 deletionssrc/box/sql/delete.c
- src/box/sql/insert.c 8 additions, 2 deletionssrc/box/sql/insert.c
- src/box/sql/update.c 2 additions, 0 deletionssrc/box/sql/update.c
- test/sql/iproto.result 31 additions, 0 deletionstest/sql/iproto.result
- test/sql/iproto.test.lua 8 additions, 0 deletionstest/sql/iproto.test.lua
Loading
Please register or sign in to comment