Skip to content

Add queryNamedWith and foldNamedWith#115

Open
tmcl wants to merge 2 commits intonurpax:masterfrom
tmcl:query-named-with
Open

Add queryNamedWith and foldNamedWith#115
tmcl wants to merge 2 commits intonurpax:masterfrom
tmcl:query-named-with

Conversation

@tmcl
Copy link

@tmcl tmcl commented Feb 27, 2026

queryWith and queryWith_ take an explicit RowParser, but there is no counterpart for named parameters.
This adds the missing *With variants for named parameters, following the same pattern as the existing queryWith/queryWith_ functions.

@jchia
Copy link
Collaborator

jchia commented Mar 6, 2026

For consistency, what about also adding foldWith and foldWith_?

@tmcl tmcl force-pushed the query-named-with branch from 17fa61f to bc5641c Compare March 8, 2026 17:39
@tmcl
Copy link
Author

tmcl commented Mar 8, 2026

It's true it ends up with a bit of a gap without them. Here they are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants