[Tarantool-patches] [PATCH 2/2] tuple: fix access by JSON path starting from '[*]'

Aleksandr Lyapunov alyapunov at tarantool.org
Tue Aug 11 21:50:35 MSK 2020


LGTM

On 8/5/20 2:45 AM, Vladislav Shpilevoy wrote:
> Tuple JSON field access crashed when '[*]' was used as a first
> part of the JSON path. The patch makes it treated like 'field not
> found'.
>
> Follow-up #5224
> ---
>   src/box/tuple.c                                 | 3 ++-
>   test/box/gh-5224-multikey-field-access.result   | 9 +++++++++
>   test/box/gh-5224-multikey-field-access.test.lua | 6 ++++++
>   3 files changed, 17 insertions(+), 1 deletion(-)


More information about the Tarantool-patches mailing list