Fixes passing in list arguments in callproc (#78924)

Right now it unrolls positional list arguments.
This commit is contained in:
AnturK
2023-10-12 18:53:11 +02:00
committed by GitHub
parent 278ab84591
commit 09e0cd4f1a
+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