Re: Patch bug: Fix jsonpath .* on Arrays

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Stepan Neretin <sncfmgg(at)gmail(dot)com>, Степан Неретин <fenixrnd(at)mail(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Subject: Re: Patch bug: Fix jsonpath .* on Arrays
Date: 2024-07-08 16:09:15
Message-ID: D5A5ADF2-D1E5-4655-BD6F-62583A9E0815@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jun 27, 2024, at 04:17, Michael Paquier <michael(at)paquier(dot)xyz> wrote:

> The tests of jsonb_jsonpath.sql include a lot of patterns for @? and
> jsonb_path_query with the lax and strict modes, so shouldn't these
> additions be grouped closer to the existing tests rather than added at
> the end of the file?

I’ve moved them closer to other tests for unwrapping behavior in the attached updated and rebased v3 patch.

Best,

David

Attachment Content-Type Size
v3-0001-Add-tests-for-jsonpath-.-on-arrays.patch application/octet-stream 4.3 KB
unknown_filename text/plain 2 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2024-07-08 16:11:58 Re: ❓ JSON Path Dot Precedence
Previous Message David G. Johnston 2024-07-08 16:05:30 Re: ❓ JSON Path Dot Precedence