[MIRROR] Fixes passing in list arguments in callproc [MDB IGNORE] (#24295)

* Fixes passing in list arguments in callproc (#78924)

Right now it unrolls positional list arguments.

* Fixes passing in list arguments in callproc

---------

Co-authored-by: AnturK <AnturK@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-10-12 20:05:39 +02:00
committed by GitHub
parent 753498c59a
commit e6fcccdcd5
+1 -1
View File
@@ -277,7 +277,7 @@ GLOBAL_PROTECT(LastAdminCalledProc)
if(named_arg)
named_args[named_arg] = value["value"]
else
. += value["value"]
. += LIST_VALUE_WRAP_LISTS(value["value"])
if(LAZYLEN(named_args))
. += named_args