zaglex
zaglex
Imagine space where tuples consist of 2 fields: NUM primary key and TABLE "payload". Payload is a variable-length map: { fieldId => fieldValue}, where fieldId is integer >= 0. When...
Yes, @bigbes, you are right, I'm speaking about enforcing Map or Array. As for your example, when I do this: ``` php $data[1] = NULL; $tarantool->call('myfunc', [$data]); ``` I get...
Ah, you mean that this solves problem with unset from my first example. Yes, it looks like a workaround.