Hi, Florents!
On Wed, Sep 25, 2024 at 9:18 PM Florents Tselai
<florents(dot)tselai(at)gmail(dot)com> wrote:
> This patch is a follow-up and generalization to [0].
>
> It adds the following jsonpath methods: lower, upper, initcap, l/r/btrim, replace, split_part.
>
> It makes jsonpath able to support expressions like these:
>
> select jsonb_path_query('" hElLo WorlD "', '$.btrim().lower().upper().lower().replace("hello","bye") starts with "bye"');
> select jsonb_path_query('"abc~(at)~def~@~ghi"', '$.split_part("~(at)~", 2)')
Did you check if these new methods now in SQL standard or project of
SQL standard?
------
Regards,
Alexander Korotkov
Supabase