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 417B72DC47 for ; Mon, 27 May 2019 21:39:06 -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 8-qxcbdK6Yzy for ; Mon, 27 May 2019 21:39:06 -0400 (EDT) Received: from smtp57.i.mail.ru (smtp57.i.mail.ru [217.69.128.37]) (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 F41272C9C0 for ; Mon, 27 May 2019 21:39:05 -0400 (EDT) Date: Tue, 28 May 2019 04:39:03 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/3] Fix CAST operation Message-ID: <20190528013903.idmtoo72rbgq5ogq@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: Nikita Pettik Hello, On 21 May 13:34, Nikita Pettik wrote: > Branch: https://github.com/tarantool/tarantool/tree/np/gh-4229-adjust-cast > Issue: https://github.com/tarantool/tarantool/issues/4229 > > This patch-set allows explicit conversion using CAST operator from REAL > to BOOLEAN and from string value containing quoted floating point > literal to INTEGER. Detailed explanation is provided in commit messages > and in issue description. > > Nikita Pettik (3): > sql: remove redundant conversion from OP_AddImm > sql: allow CAST operation from REAL to BOOLEAN > sql: allow CAST operation from quoted float to int I've checked your patch into master. -- Regards, Kirill Yukhin