sql: fix quote() function
After this patch SQL built-in function QUOTE() will return the argument in case DOUBLE value is given. If the argument is not number, string representation of the argument will be returned. Closes #6239 @TarantoolBot document Title: QUOTE() and DOUBLE argument After this patch function QUOTE() will return argument in case it receives DOUBLE value as an argument. The same for all other numeric types. In case it was given value of non-numeric type, it will return string representation of the argument.
Showing
- changelogs/unreleased/gh-6239-fix-double-for-quote.md 6 additions, 0 deletionschangelogs/unreleased/gh-6239-fix-double-for-quote.md
- src/box/sql/func.c 1 addition, 14 deletionssrc/box/sql/func.c
- test/sql-tap/engine.cfg 3 additions, 0 deletionstest/sql-tap/engine.cfg
- test/sql-tap/gh-6239-quote-with-double-arg.test.lua 14 additions, 0 deletionstest/sql-tap/gh-6239-quote-with-double-arg.test.lua
- test/sql-tap/trigger5.test.lua 2 additions, 1 deletiontest/sql-tap/trigger5.test.lua
- test/sql/types.result 4 additions, 4 deletionstest/sql/types.result
Loading
Please register or sign in to comment