[Tarantool-patches] [PATCH v3 0/5] Replace control pragmas by SET
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Fri Dec 20 00:09:45 MSK 2019
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.
More information about the Tarantool-patches
mailing list