You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support of a new binary protocol command for "call"
Added support for a new binary protocol command for "call" (used
since tarantool 1.7.2). Unlike the old version, returned data is
not converted to tuples (like in case of using "eval").
The set_modern_call_mode method was added to switch the "call"
to modern mode and back.
Closes#101
0 commit comments