[tarantool-patches] Re: [PATCH] sql: remove sqlite_ functions from SQL

n.pettik korablev at tarantool.org
Tue Jun 26 18:17:44 MSK 2018


> On 26 Jun 2018, at 16:33, Kirill Yukhin <kyukhin at tarantool.org> wrote:
> 
> Branch: https://github.com/tarantool/tarantool/tree/kyukhin/gh-2184-remove-version
> Issue: https://github.com/tarantool/tarantool/issues/2184
> 
> Removed legacy functions: sqlite_version, sqlite_sourceid,
> sqlite_log. Added version built-in function which returns
> Tarantool's version.
> 
> Closes #2184
>
Please, put links to the branch and issue here (after ‘- - -‘).

Also, I have found one mention of sqlite_version():

File: resolve.c, line: 709

/* Date/time functions that use 'now', and other functions like
 * sqlite_version() that might change over time cannot be used
 * in an index.
 */

Lets remove it as well.

Except for this, LGTM.






More information about the Tarantool-patches mailing list