Skip to content

Commit

Permalink
Add stream headers to pqxx/pqxx header.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv committed Apr 4, 2019
1 parent ea82d91 commit 50b1cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
6.4.3
- Updated copyright strings.
- Added missing "stream" headers to autotools-based install.
- Added stream headers to pqxx/pqxx header.
6.4.2
- Fix mistake for Windows in 6.4.1: use PQfreemem, not std::free.
- Easily enable runtime checks in configure: "--enable-audit".
Expand Down
9 changes: 2 additions & 7 deletions include/pqxx/pqxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,15 @@
#include "pqxx/cursor"
#include "pqxx/errorhandler"
#include "pqxx/except"
#include "pqxx/field"
#include "pqxx/largeobject"
#include "pqxx/nontransaction"
#include "pqxx/notification"
#include "pqxx/pipeline"
#include "pqxx/prepared_statement"
#include "pqxx/result"
#include "pqxx/robusttransaction"
#include "pqxx/stream_from"
#include "pqxx/stream_to"
#include "pqxx/subtransaction"
#include "pqxx/strconv"
#include "pqxx/tablereader"
#include "pqxx/tablewriter"
#include "pqxx/transaction"
#include "pqxx/transactor"
#include "pqxx/row"
#include "pqxx/util"
#include "pqxx/version"

0 comments on commit 50b1cab

Please sign in to comment.