Skip to content

Commit

Permalink
Clarify some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Apr 23, 2021
1 parent f11f65f commit a4a1c5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/pqxx/transaction_base.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ public:
* sure you destroy the stream before you destroy the transaction. Also,
* either iterate the stream all the way to the end, or destroy first the
* stream and then the transaction without touching either in any other way.
* Until the stream has finished, the transaction is in a special state where
* it cannot execute queries.
*
* As a special case, tuple may contain @c std::string_view fields, but the
* strings to which they point will only remain valid until you extract the
Expand Down

0 comments on commit a4a1c5b

Please sign in to comment.