sql: arithmetic for DATETIME and INTERVAL
After this patch, it will be possible to perform permitted arithmetic operations on DATETIME and INTERVAL values. Closes #6773 @TarantoolBot document Title: Field type interval is available in SQL The INTERVAL field type is now available in SQL. INTERVAL values cannot be compared. INTERVAL values can be explicitly and implicitly cast to ANY. There are currently no literals for the INTERVAL field type.
Showing
- changelogs/unreleased/gh-6773-introduce-field-type-interval-to-sql.md 3 additions, 0 deletions...nreleased/gh-6773-introduce-field-type-interval-to-sql.md
- src/box/sql/mem.c 144 additions, 9 deletionssrc/box/sql/mem.c
- src/box/sql/mem.h 6 additions, 0 deletionssrc/box/sql/mem.h
- test/sql-luatest/datetime_test.lua 109 additions, 6 deletionstest/sql-luatest/datetime_test.lua
- test/sql-luatest/gh_6773_arithmetic_operands_test.lua 2 additions, 2 deletionstest/sql-luatest/gh_6773_arithmetic_operands_test.lua
- test/sql-luatest/interval_test.lua 3 additions, 6 deletionstest/sql-luatest/interval_test.lua
- test/sql-tap/array.test.lua 2 additions, 2 deletionstest/sql-tap/array.test.lua
- test/sql-tap/map.test.lua 2 additions, 2 deletionstest/sql-tap/map.test.lua
- test/sql-tap/metatypes.test.lua 2 additions, 1 deletiontest/sql-tap/metatypes.test.lua
- test/sql-tap/sql-errors.test.lua 4 additions, 2 deletionstest/sql-tap/sql-errors.test.lua
- test/sql-tap/tkt-a8a0d2996a.test.lua 8 additions, 4 deletionstest/sql-tap/tkt-a8a0d2996a.test.lua
- test/sql-tap/uuid.test.lua 6 additions, 2 deletionstest/sql-tap/uuid.test.lua
- test/sql/boolean.result 100 additions, 50 deletionstest/sql/boolean.result
- test/sql/types.result 2 additions, 2 deletionstest/sql/types.result
Loading
Please register or sign in to comment