[Tarantool-patches] [PATCH v1 1/2] sql: introduce field type ARRAY

Konstantin Osipov kostja.osipov at gmail.com
Wed Nov 3 16:53:27 MSK 2021


* Mergen Imeev via Tarantool-patches <tarantool-patches at dev.tarantool.org> [21/11/03 11:22]:
> This patch introduces ARRAY to SQL. After this patch, all SQL operations
> and built-in functions should work correctly with ARRAY values. However,
> there is currently no way to create ARRAY values using only SQL tools.

The entire industry is using [] for array subscript and {} for map
subscript. Why did you have to invent () for it?

> +        SELECT a1(1) == CAST(1 AS SCALAR);

-- 
Konstantin Osipov, Moscow, Russia


More information about the Tarantool-patches mailing list