From 409aeefb61795aa8f524d4371800a5bebb66a2e4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 1 Jan 2017 20:08:22 +0000 Subject: Use command options statement hash when it's available --- libpqpp/pq-bulkselectcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpqpp/pq-bulkselectcommand.h') diff --git a/libpqpp/pq-bulkselectcommand.h b/libpqpp/pq-bulkselectcommand.h index 58b01aa..e4775d4 100644 --- a/libpqpp/pq-bulkselectcommand.h +++ b/libpqpp/pq-bulkselectcommand.h @@ -12,7 +12,7 @@ namespace PQ { class Column; class BulkSelectCommand : public DB::SelectCommand, public SelectBase, public PreparedStatement { public: - BulkSelectCommand(Connection *, const std::string & sql, unsigned int no); + BulkSelectCommand(Connection *, const std::string & sql, unsigned int no, const DB::CommandOptions *); virtual ~BulkSelectCommand(); bool fetch() override; -- cgit v1.2.3