[tarantool-patches] Re: [PATCH v1 1/1] box: fix format of tuple produced with frommap()

Kirill Yukhin kyukhin at tarantool.org
Thu Mar 21 18:41:20 MSK 2019


Hello,

On 20 Mar 16:31, Kirill Shcherbatov wrote:
> Previously, all tuples created with frommap() used default format
> table_format_runtime, and therefore the created data tuples were
> not checked for the ability to be inserted into the target space.
> 
> Moreover frommap(...):tomap(...) procedures sequence also did not
> work because tomap(..) routine assumes that the tuple has format
> with field names.
> 
> Closes #4045
> 
> Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-4045-frommap-tuple-format-fix
> Issue: https://github.com/tarantool/tarantool/issues/4045

I've checked yout patch into master, 2.1 and 1.10 branches.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list