From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp20.mail.ru (smtp20.mail.ru [94.100.179.251]) (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 158B0469719 for ; Wed, 16 Sep 2020 16:17:58 +0300 (MSK) Date: Wed, 16 Sep 2020 13:17:56 +0000 From: Nikita Pettik Message-ID: <20200916131756.GA10599@tarantool.org> References: <20200911215115.6622-1-roman.habibov@tarantool.org> <20200911215115.6622-2-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200911215115.6622-2-roman.habibov@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v4 1/6] sql: rename TK_COLUMN to TK_COLUMN_NAME List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roman Khabibov Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On 12 Sep 00:51, Roman Khabibov wrote: > Rename TK_COLUMN used for tokens treated as a column name to > TK_COLUMN_NAME. It is needed to allow the typing of COLUMN > keyword in statement. In fact, you renamed it to TK_COLUMN_REF, didn't you? Update patch or commit message pls. > Needed for #3075 > ---