Skip to content
Snippets Groups Projects
Commit de9a7b1a authored by Kirill Shcherbatov's avatar Kirill Shcherbatov Committed by Nikita Pettik
Browse files

sql: use name instead of function pointer for UDF

This patch changes OP_Function parameters convention: now a
function's name is passed instead of pointer to the function
object. This allows to normally handle the situation, when UDF
has been deleted to the moment of the VDBE code execution.
In particular case this may happen with CK constraints that
refers to a deleted persistent function.

Closes #4176
parent c4781f93
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment