Re: Patch bug: Fix jsonpath .* on Arrays - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Patch bug: Fix jsonpath .* on Arrays
Date
Msg-id D5A5ADF2-D1E5-4655-BD6F-62583A9E0815@justatheory.com
Whole thread Raw
In response to Re: Patch bug: Fix jsonpath .* on Arrays  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Patch bug: Fix jsonpath .* on Arrays
List pgsql-hackers
On Jun 27, 2024, at 04:17, Michael Paquier <michael@paquier.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

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: ❓ JSON Path Dot Precedence
Next
From: "David E. Wheeler"
Date:
Subject: Re: ❓ JSON Path Dot Precedence