sql: export `sql_current_time` && enable tests
`sql_current_time` is exported only in debug mode and used to check builtin datetime sql functions behavior in specific time moments. Extra changes: * table-14.1 test is deleted, as it does not test anything. It was testing ddl inside of a transaction. This case is checked by 14.2 by now. Closes #2646
Showing
- extra/exports 4 additions, 0 deletionsextra/exports
- src/box/sql/os_unix.c 3 additions, 3 deletionssrc/box/sql/os_unix.c
- test/sql-tap/date.test.lua 0 additions, 33 deletionstest/sql-tap/date.test.lua
- test/sql-tap/debug_mode_only.test.lua 123 additions, 0 deletionstest/sql-tap/debug_mode_only.test.lua
- test/sql-tap/e_expr.test.lua 0 additions, 42 deletionstest/sql-tap/e_expr.test.lua
- test/sql-tap/suite.ini 1 addition, 0 deletionstest/sql-tap/suite.ini
- test/sql-tap/table.test.lua 1 addition, 47 deletionstest/sql-tap/table.test.lua
Loading
Please register or sign in to comment