sql: introduce field type INTERVAL
This patch introduces basic INTERVAL support in SQL. After this patch, it will be allowed to select INTERVAL values from spaces, insert them into spaces, and use them in functions. CAST() from INTERVAL to STRING and ANY is also supported. Part of #6773 NO_DOC=Will be added later. NO_CHANGELOG=Will be added later.
Showing
- extra/mkkeywordhash.c 1 addition, 0 deletionsextra/mkkeywordhash.c
- src/box/sql/func.c 10 additions, 1 deletionsrc/box/sql/func.c
- src/box/sql/mem.c 79 additions, 2 deletionssrc/box/sql/mem.c
- src/box/sql/mem.h 12 additions, 5 deletionssrc/box/sql/mem.h
- src/box/sql/parse.y 1 addition, 0 deletionssrc/box/sql/parse.y
- test/sql-luatest/CMakeLists.txt 2 additions, 0 deletionstest/sql-luatest/CMakeLists.txt
- test/sql-luatest/interval_test.lua 1508 additions, 0 deletionstest/sql-luatest/interval_test.lua
- test/sql-luatest/sql_interval.c 63 additions, 0 deletionstest/sql-luatest/sql_interval.c
Loading
Please register or sign in to comment