From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 6882D46971A for ; Wed, 4 Dec 2019 14:36:07 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id k8so7688392ljh.5 for ; Wed, 04 Dec 2019 03:36:07 -0800 (PST) Date: Wed, 4 Dec 2019 14:36:05 +0300 From: Konstantin Osipov Message-ID: <20191204113605.GB6592@atlas> References: <6dca0d203af50cc2cdfc75494ad1f3bc00c984a5.1574277369.git.korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6dca0d203af50cc2cdfc75494ad1f3bc00c984a5.1574277369.git.korablev@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 01/16] sql: remove sql_prepare_v2() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org * Nikita Pettik [19/11/21 10:00]: > There are two versions of the same function (sql_prepare()) which are > almost identical. Let's keep more relevant version sql_prepare_v2() but > rename it to sql_prepare() in order to avoid any mess. > > Needed for #3292 lgtm -- Konstantin Osipov, Moscow, Russia