Re: Patch bug: Fix jsonpath .* on Arrays
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Stepan Neretin <sncfmgg@gmail.com>
Cc: "David E. Wheeler" <david@justatheory.com>, Степан Неретин <fenixrnd@mail.ru>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, "David G. Johnston" <david.g.johnston@gmail.com>
Date: 2024-06-27T08:17:03Z
Lists: pgsql-hackers
On Thu, Jun 27, 2024 at 11:53:14AM +0700, Stepan Neretin wrote: > HI! Now it looks good for me. 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? -- Michael
Commits
-
Add more test coverage for jsonpath "$.*" with arrays
- 3a137ab7e575 18.0 landed