sqlite-simple icon indicating copy to clipboard operation
sqlite-simple copied to clipboard

Create and expose`queryNamedWith`

Open yogsototh opened this issue 6 years ago • 2 comments

I missed that specific function because I couldn't put a type constraint (FromRow) in some typeclass.

yogsototh avatar Jan 06 '19 13:01 yogsototh

Is there a reason this was not merged?

Valdsonjr avatar Feb 16 '24 16:02 Valdsonjr

The previous maintainer went missing and I took over after your PR. I just saw your reminder. Is there any special reason not to have analogs like foldNamedWith? I think that well-defined analogs for the With should be defined. For that matter I wonder why there is queryWith but not foldWith. I think these matters should be handled together instead of in a piecewise manner, with the principle that the With and Named variants should be defined wherever reasonable.

jchia avatar Feb 17 '24 01:02 jchia