Skip to content

Commit

Permalink
Add TODO for #596.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Aug 25, 2022
1 parent fc8a318 commit 645ea77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/pqxx/stream_to.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ private:
// Shrink to fit. Keep the tab though.
m_buffer.resize(static_cast<std::size_t>(end - data));
}
// TODO: Also support std::optional<std::string_view> etc. (#596)
else if constexpr (
std::is_same_v<Field, std::string> or
std::is_same_v<Field, std::string_view> or
Expand Down

0 comments on commit 645ea77

Please sign in to comment.