Thread

Commits

  1. doc: Mention PASSING support for jsonpath variables

  1. [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
    
  2. 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