faulpeltz
faulpeltz
I can reproduce this as well in Firefox 126.0 (and older versions as well), as a previous comment mentioned this is caused by the "fix" where commitMount() sets the src...
Unfortunately this seems to be the case with all quoted duplicate headers: ``"bla","duplicate","duplicate","foo"`` Results in: ``fields: [ "bla", "duplicate", "duplicate\"_1,\"foo"]`` * It works correctly when the quotes are removed *...
@ssddanbrown This causes problems with self-hosted GitLab instances as well, because some assets like user-profile images contain a cookie header (which they probably shouldn't), causing intermittent session takeover across accounts...
No, I don't think it worked, but I never got to that point because the bind argument protocol message was wrong for binary mode. I was just about to try...
> I think the allocation they’re referring to is the additional `Buffer` view object itself on the string path. Yes, I was referring to the creation of the additional Buffer...
Regarding your benchmark: in binary mode, the query result for the float array is only string garbage, it seems like type 1021/element type 700 is not supported by pg-types in...