Kevin Qing
Kevin Qing
As a bit of an outsider to this conversion, but as a person who has used this library before, I think there's actually a legitimate case for the existence of...
After a bit of experimentation and thinking about this overnight, I've come to this personal conclusion: # Scope of the MultiDict's Purpose The main purpose of a MultiDict is to...
A second commit has been made after I realized that it's even more idiomatic to allow the following: ``` stmt = LibPQ.prepare("... \$1 ... \$2;") stmt("hello", "world") ``` The previous...
> > There is one minor API flaw here if stmt actually expects exactly 1 vector or something as an argument; in that case, the user will have to wrap...
Duplicate with #1264 in terms of underlying cause.
Something @devmotion wrote in #1721 reminds me that there's actually 2 separate issues that are closely related, but might require different solutions. > I think we would want to catch...