[tarantool-patches] Re: [PATCH v1 2/3] sql: ban sql functions coinciding with builtins

n.pettik korablev at tarantool.org
Fri May 17 02:12:29 MSK 2019



> On 15 May 2019, at 20:34, Kirill Shcherbatov <kshcherbatov at tarantool.org> wrote:
> 
> Previously, it was possible to create a function with name
> that is already reserved for some predefined builtin.
> It is a bug. This patch bans sql_create_function for such cases.
> 
> Also removed FUNC_PERFECT_MATCH user session flag.
> 
> Closes #4219
> Needed for #3691

Could you please split this patch into two: first one would
provide only code style fixes and the second one - functional
changes (i.e. exactly what commit subject says)?





More information about the Tarantool-patches mailing list