sql: rework implicit cast fo assignment
After this patch, the new rules will be applied to implicit cast during assignment. According to these rules, all scalar values can be cast to SCALAR, all numeric values can be cast to NUMBER, and any numeric value can be cast to another numeric type only if the conversion is exact. No other implicit cast is allowed. Part of #4470
Showing
- changelogs/unreleased/gh-4470-implicit-cast-for-assignment.md 6 additions, 0 deletions...gelogs/unreleased/gh-4470-implicit-cast-for-assignment.md
- src/box/sql/func.c 1 addition, 1 deletionsrc/box/sql/func.c
- src/box/sql/mem.c 34 additions, 12 deletionssrc/box/sql/mem.c
- test/sql-tap/cast.test.lua 92 additions, 2 deletionstest/sql-tap/cast.test.lua
- test/sql-tap/numcast.test.lua 2 additions, 3 deletionstest/sql-tap/numcast.test.lua
- test/sql-tap/uuid.test.lua 21 additions, 35 deletionstest/sql-tap/uuid.test.lua
- test/sql/types.result 2 additions, 1 deletiontest/sql/types.result
Loading
Please register or sign in to comment