Support CURRENT_DATE
CURRENT_DATE is a special function in SQL standard, that has no brackets (amazing...). It is not supported by Tarantool, but we can easily implement it via Lua.
Example:
SELECT CURRENT_DATE;
Edited by Denis Smirnov
CURRENT_DATE is a special function in SQL standard, that has no brackets (amazing...). It is not supported by Tarantool, but we can easily implement it via Lua.
Example:
SELECT CURRENT_DATE;