Skip to content
Snippets Groups Projects
  • Mergen Imeev's avatar
    970062d7
    sql: remove SQL built-in functions from _func · 970062d7
    Mergen Imeev authored
    This patch removes SQL built-in functions from _func. These functions
    could be called directly from Lua, however all they did was returned an
    error. After this patch, no SQL built-in functions can be called
    directly from LUA.
    
    Part of #6106
    970062d7
    History
    sql: remove SQL built-in functions from _func
    Mergen Imeev authored
    This patch removes SQL built-in functions from _func. These functions
    could be called directly from Lua, however all they did was returned an
    error. After this patch, no SQL built-in functions can be called
    directly from LUA.
    
    Part of #6106