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 A31BD27A17 for ; Wed, 27 Feb 2019 06:32:35 -0500 (EST) 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 64fPiYDhgZgm for ; Wed, 27 Feb 2019 06:32:35 -0500 (EST) Received: from smtp32.i.mail.ru (smtp32.i.mail.ru [94.100.177.92]) (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 5475A279F4 for ; Wed, 27 Feb 2019 06:32:35 -0500 (EST) Date: Wed, 27 Feb 2019 14:32:33 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 1/5] sql: remove "syntax error after column name" error Message-ID: <20190227113233.qhnidesgsvvnzr2u@tarantool.org> References: <7fe149e8a99b257503e64c618a6bf382a2188f5a.1551114402.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7fe149e8a99b257503e64c618a6bf382a2188f5a.1551114402.git.imeevma@gmail.com> 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: korablev@tarantool.org Hello, On 25 Feb 20:14, imeevma@tarantool.org wrote: > Error "syntax error after column name" does not make any sense. > Let's remove it. > > Part of #3965 > --- > src/box/sql/parse.y | 22 +++++----------------- > test/sql-tap/view.test.lua | 2 +- > 2 files changed, 6 insertions(+), 18 deletions(-) I've checked this one into 2.1 branch. -- Regards, Kirill Yukhin