Leon P Smith
Leon P Smith
Yeah, after reviewing the current string syntax, unfortunately there doesn't seem to be a very nice migration path for strings; the conservative approach would be to introduce a new string...
It might be nice, but it would also increase the dependency graph of `postgresql-simple`. Unfortunately, Haskell doesn't really have a nice way to deal with this sort of issue, unless...
I can't say I am overly enthusiastic about this filtering approach, but maybe I am softening on it somewhat. I would probably prefer a breaking interface change to the filtering...
Yes, I absolutely do want to implement something like this. However, my circumstances have changed, and I haven't been working on postgresql-simple for some time now; though I do plan...
Oh, I would point out you can already create something like this more generically (and more robustly): ~~~ data TypeAnnotation a = TypeAnnotation a QualifiedIdentifier instance ToField a => ToField...
Well, considering my personal needs, postgresql-simple is currently on the backburner, though I want to try to get a release out within the next week or two. I don't know...
> I wouldn't mind fast-tracking this work by giving out a commercial contract for it, but you being based in US and me being based in India, makes it near...
I don't know if I have enough enthusiasm about this project in order to take it on myself, but I am certainly interested. If you'd like to take the initiative...
Well, your hypothesis seems quite plausible to me. I don't have any opinion on whether or not this could be caused by ignoring the result of `PQconsumeInput`. I don't recall...
Right, I don't care if you are using things from `Internal` that are exported elsewhere; I just wanted to try to get some feeling for the likelihood that this could...