[tarantool-patches] Re: [PATCH v2 2/2] Fixed lost format on update and upsert operations.

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Apr 16 13:07:57 MSK 2018


Hello. Thanks for fixes. One more thing is left - please,
add tests on incorrect update and incorrect upsert, as I
asked you in two previous reviews.

And in tests you does not need to do insert + get. Insert returns
the tuple, so you can do t = s:insert(), t:update/upsert ...

On 16/04/2018 10:47, Kirill Shcherbatov wrote:
> I've fixed tests and wrong code style with tabs.
> 
>  From f9803f8d0b411abac02e35d5e4120ff0ce7e9341 Mon Sep 17 00:00:00 2001
> From: Kirill Shcherbatov <kshcherbatov at tarantool.org>
> Date: Mon, 16 Apr 2018 10:44:10 +0300
> Subject: [PATCH] Fixed tests and spaces
> 




More information about the Tarantool-patches mailing list