[tarantool-patches] Re: [PATCH 0/5] Introduce VARBINARY in SQL

Kirill Yukhin kyukhin at tarantool.org
Thu Aug 1 11:42:32 MSK 2019


Hello,

On 24 Jul 14:42, Nikita Pettik wrote:
> Branch: https://github.com/tarantool/tarantool/tree/np/sql-introduce-blob
> Issue: https://github.com/tarantool/tarantool/issues/4206
> 
> This patch-set introduces new column type available in SQL - VARBINARY.
> All values of VARBINARY type are stored as MP_BIN format type in
> msgpack. Basically, prior to the current patch all literals starting
> with x'...' format were assumed to be encoded with MP_BIN type when
> were inserted into SCALAR field. This rule has been remained.
> According to ANSI, values of VARBINARY type can't be converted to
> any other type.
> 
> Nikita Pettik (5):
>   sql: always erase numeric flag after stringifying
>   sql: fix resulting type calculation for CASE-WHEN stmt
>   sql: use 'varbinary' as a name of type instead of 'blob'
>   sql: make built-ins raise errors for varbin args
>   sql: introduce VARBINARY column type

I've checked the patch set into master.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list