From 22998b203ebed773d91e30c6c038f58b7720a2d0 Mon Sep 17 00:00:00 2001 From: randomdan Date: Fri, 18 Feb 2011 21:13:35 +0000 Subject: Remove member var hiding populated statement name, causing modify commands to use the annoymous prepared statement... this caused errors when something else got executed --- libpqpp/modifycommand.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libpqpp') diff --git a/libpqpp/modifycommand.h b/libpqpp/modifycommand.h index 8f63a2e..c2e06b6 100644 --- a/libpqpp/modifycommand.h +++ b/libpqpp/modifycommand.h @@ -14,7 +14,6 @@ namespace PQ { unsigned int execute(bool); private: - const std::string stmntName; void prepare() const; mutable bool prepared; }; -- cgit v1.2.3