From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 807284696C3 for ; Tue, 7 Apr 2020 14:40:53 +0300 (MSK) Date: Tue, 7 Apr 2020 11:40:52 +0000 From: Nikita Pettik Message-ID: <20200407114052.GA26681@tarantool.org> References: <20200403200756.GA20165@atlas> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH] sql: reset values to be bound after execution List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 06 Apr 23:27, Vladislav Shpilevoy wrote: > Hi! Thanks for the patch! > > LGTM. Pushed to master and 2.3; changelogs are updated correspondingly; branch is dropped. > Kostja is probably right though. I created a ticket on > that: https://github.com/tarantool/tarantool/issues/4860 Thx.