Thread
Commits
-
doc: Mention PASSING support for jsonpath variables
- aa082bed0b64 19 (unreleased) landed
-
[PATCH] PASSING clause documentation fix
Aditya Gollamudi <adigollamudi@gmail.com> — 2026-01-17T05:14:06Z
Hello! I noticed an old TODO while reading through the code for the Section 8.14 docs. I've attached a patch below which attempts to resolve it, by adding some more clarification about the PASSING clause, now that it has been implemented. Specifically, I clarified that jsonpath named variables ($varname) can be set either through the vars parameter or using the PASSING clause. Any feedback is appreciated! Thanks, Adi Gollamudi
-
Re: [PATCH] PASSING clause documentation fix
Daniel Gustafsson <daniel@yesql.se> — 2026-02-13T11:28:10Z
> On 17 Jan 2026, at 06:14, Aditya Gollamudi <adigollamudi@gmail.com> wrote: > I noticed an old TODO while reading through the code for > the Section 8.14 docs. Nice catch, I've pushed this with some commit message tweaking. -- Daniel Gustafsson