sql: fix wrong int to dec conversion
This patch fixes incorrect conversion of an integer greater than INT64_MAX or less than 0 to decimal during SQL arithmetic operations. Closes #8460 NO_DOC=bugfix
Showing
- changelogs/unreleased/gh-8460-wrong-int-to-dec-convertion-in-arithmetic.md 4 additions, 0 deletions...ased/gh-8460-wrong-int-to-dec-convertion-in-arithmetic.md
- src/box/sql/mem.c 2 additions, 2 deletionssrc/box/sql/mem.c
- test/sql-luatest/gh_8460_wrong_int_to_dec_test.lua 28 additions, 0 deletionstest/sql-luatest/gh_8460_wrong_int_to_dec_test.lua
Loading
Please register or sign in to comment