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 44B3224C08 for ; Wed, 30 Jan 2019 02:51:18 -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 sLiGRBCzAViQ for ; Wed, 30 Jan 2019 02:51:18 -0500 (EST) Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 85FB8245B4 for ; Wed, 30 Jan 2019 02:51:17 -0500 (EST) Date: Wed, 30 Jan 2019 10:51:14 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2] sql: prohibit type_def keywords in the VALUES statement Message-ID: <20190130075114.jqysoh4jv5yblnkh@tarantool.org> References: <20190129105518.22723-1-szudin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190129105518.22723-1-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: korablev@tarantool.org, Stanislav Zudin Hello Stanislav, On 29 Jan 13:55, Stanislav Zudin wrote: > The parser didn't distinguish the type definition keywords from values. > > Closes #3888 > --- > Branch: https://github.com/tarantool/tarantool/tree/sz/gh-3888-values-blob-assert > Issue: https://github.com/tarantool/tarantool/issues/3888 I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin