sql: allow to convert big real values to integer
This patch fixes a bug that prevented the conversion of real values that are greater than INT64_MAX and less than UINT64_MAX to INTEGER and UNSIGNED. Closes #4526
Showing
- src/box/sql/vdbe.c 7 additions, 4 deletionssrc/box/sql/vdbe.c
- src/box/sql/vdbemem.c 9 additions, 4 deletionssrc/box/sql/vdbemem.c
- test/sql-tap/numcast.test.lua 82 additions, 1 deletiontest/sql-tap/numcast.test.lua
- test/sql/integer-overflow.result 6 additions, 6 deletionstest/sql/integer-overflow.result
- test/sql/integer-overflow.test.lua 5 additions, 5 deletionstest/sql/integer-overflow.test.lua
Loading
Please register or sign in to comment