Skip to content
Snippets Groups Projects
Commit 25be21ff authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Lua: add CALL command to the binary protocol.

CALL accepts flags and a tuple (list of fields).

Add CALL support to the sql.g parser (Python
testing environment).

Add two new error codes: ER_PROC_LUA (an
error inside Lua procedure) and ER_NO_SUCH_PROC.

Since so far there is no way to create a stored
procedure (one needs to rebuild Tarantool to pre-load it),
this addition has little practical use.
parent 9557019d
No related branches found
No related tags found
Loading
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