From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 14 Dec 2018 08:47:50 +0300 From: Kirill Yukhin Subject: Re: [tarantool-patches] [PATCH 0/3 v2] sql: add test for indexed char in sub subquery Message-ID: <20181214054750.wbxzppvnegbwoeld@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com List-ID: Hello, On 05 Dec 02:47, Roman Khabibov wrote: > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3580-err-msg-pathjoin > Issue: https://github.com/tarantool/tarantool/issues/3580 > > Roman Khabibov (2): > sql: add CHAR description without length > sql: add test for indexed char in sub subquery > > Vladislav Shpilevoy (1): > sql: store CHAR|VARCHAR len as integer, not type_def > > src/box/sql/parse.y | 18 +++++-- > test/sql-tap/select6.test.lua | 91 ++++++++++++++++++++++++++++++++++- > test/sql-tap/table.test.lua | 47 +++++++++++++++++- > 3 files changed, 151 insertions(+), 5 deletions(-) I've checked your patchset into 2.1 branch. -- Regards, Kirill Yukhin