From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 852AD445320 for ; Wed, 15 Jul 2020 15:22:54 +0300 (MSK) Date: Wed, 15 Jul 2020 12:22:53 +0000 From: Nikita Pettik Message-ID: <20200715122253.GB26087@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v5 01/17] sql: set field_type in mem_set_*() functions List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: imeevma@tarantool.org Cc: tarantool-patches@dev.tarantool.org On 14 Jul 18:48, imeevma@tarantool.org wrote: > After this patch, the mem_set _*() functions will set the mem field type > along with its MEM type flag. This will allow us to be sure that the MEM > type and field type are set correctly, which is important when > converting values from one type to another. > > Needed for #3809 > --- > src/box/sql/vdbemem.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) Pushed to master.