pshampanier/libpqmxx

Re-using a Result::iterator

Opened this issue · 0 comments

How can I re-use a Result::iterator e.g. to iterate twice over a result set?

It doesn't seem to behave like a normal std iterator and it's also non-copyable due to the deleted assignment operator...