Thank you for your bug report. As discussed, this behaves as expected.
To return no values from a procedure, use return without arguments.
** Changed in: tarantool
Importance: Undecided => Medium
** Changed in: tarantool
Status: New => Won't Fix
** Changed in: tarantool
Assignee: (unassigned) => Roman Tsisyk (rtsisyk)
--
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1182450
Title:
Tnt-php: incorrect result on procedure call, when procedure result is
nil
Status in Tarantool - an efficient in-memory data store:
Won't Fix
Bug description:
Incorrect result appears in php:
Array
(
[count] => 1
[tuples_list] => Array
(
[0] => Array
(
[0] => nil
)
)
)
when tarantool procedure returns nil.
"count" element should be equal to 0 (zero), and "tuples_list" should
be an empty array.
To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1182450/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp