From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: References: <20191206113711.ctzr6x7sqbpr3xkd@tarantool.org> <20191206135009.GA6394@tarantool.org> <20191217221143.parwzoyb3e327sw5@tkn_work_nb> <77dd60db-ba26-da21-9502-19f089f1559c@ocelot.ca> <67f8badf-2c98-83de-b2aa-781953be5a21@ocelot.ca> From: Vladislav Shpilevoy Message-ID: Date: Thu, 19 Dec 2019 22:09:45 +0100 MIME-Version: 1.0 In-Reply-To: <67f8badf-2c98-83de-b2aa-781953be5a21@ocelot.ca> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Tarantool-discussions] [Tarantool-patches] [PATCH v3 0/5] Replace control pragmas by SET List-Id: Tarantool development process List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Gulutzan , Mergen Imeev Cc: tarantool-discussions@dev.tarantool.org, tarantool-patches@dev.tarantool.org Hi! Just one small note below. On 18/12/2019 18:39, Peter Gulutzan wrote: > Hi, > > I think that there still might be a few small SQL-specific issues. > I pulled today from branch imeevma/gh-4511-pragma-replaced-by-set. > > 1. > > The type of "value" is 'any', which is shown in metadata as 'string': > " > tarantool> box.execute([[SELECT typeof("value") FROM "_vsession_settings" LIMIT 1;]]) > --- > - metadata: >   - name: typeof("value") >     type: string >   rows: >   - ['any'] > ... > " Well, 'string' is not a type of "value". It is a type of typeof() function result. So here everything is alright.