From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 18E7728B86 for ; Mon, 25 Mar 2019 11:14:03 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EQfaAiT-_7Xq for ; Mon, 25 Mar 2019 11:14:03 -0400 (EDT) Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id C28901FF37 for ; Mon, 25 Mar 2019 11:14:02 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: [tarantool-patches] Re: [PATCH 09/13] sql: fixes errors From: "n.pettik" In-Reply-To: <85476cfaec30d5958cfbd24c89ad4475bea2d3ed.1552663061.git.szudin@tarantool.org> Date: Mon, 25 Mar 2019 18:14:00 +0300 Content-Transfer-Encoding: 7bit Message-Id: <052271F4-349F-45F5-BEF8-2EB6CC492C79@tarantool.org> References: <85476cfaec30d5958cfbd24c89ad4475bea2d3ed.1552663061.git.szudin@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org Cc: szudin@tarantool.org > On 15 Mar 2019, at 18:45, Stanislav Zudin wrote: > > Fixes an error in sql_value_type() > and wrong arguments order in arithmetic operations. You are fixing errors made in previous patches. Please, merge this patch with corresponding one.