Jeroen Vermeulen

Results 94 comments of Jeroen Vermeulen

Absolutely, this ticket should stay open until fixed. Github will take the ongoing conversation as a hint. As I mentioned I'm thinking to make the separator character a template argument,...

Github bot, what are you doing!? I'm still working on this one!

Ah, I hadn't noticed the label, thanks. The button to remove it showed up _below_ the conversation (where there's a _second_ "Labels" section. Not great UI work.)

I've come to the conclusion that I can't fix this properly in `array_parser` without (1) breaking compatibility and (2) complicating an already awkward API that little bit more. So I'm...

Thanks for the reminder. For the record, there _has_ been activity on the ticket but it's been moving slowly - #609 is a new, very different array parser that converts...

Yes, and I'll merge the fix right away. Which I think will automatically close it again. :-)

The fix, by the way, is a new `pqxx::array` class. You construct it with a string representing an SQL array, and a connection (just so it knows which encoding to...

Thanks for finding that. I think I'll have to look into some ways to reduce the redundancy between those places in the code.

@alexolog I'm slowly coming around to the view that perhaps libpqxx should just allow you to convert a field to, say, a `std::string_view` and leave it as your problem to...

> As long as pqxx::row holds the result internally It's `pqxx::result` that holds the data, and `pqxx::row` acts as a reference to that, but yes. In fact `pqxx::result` is basically...