summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-02-18 21:13:35 +0000
committerrandomdan <randomdan@localhost>2011-02-18 21:13:35 +0000
commit22998b203ebed773d91e30c6c038f58b7720a2d0 (patch)
treeac03534f6984af572b3fb2a6bd05812ab8c16472
parentSplit prepare back into it's proper function (diff)
downloadlibdbpp-postgresql-22998b203ebed773d91e30c6c038f58b7720a2d0.tar.bz2
libdbpp-postgresql-22998b203ebed773d91e30c6c038f58b7720a2d0.tar.xz
libdbpp-postgresql-22998b203ebed773d91e30c6c038f58b7720a2d0.zip
Remove member var hiding populated statement name, causing modify commands to use the annoymous prepared statement... this caused errors when something else got executed
-rw-r--r--libpqpp/modifycommand.h1
1 files changed, 0 insertions, 1 deletions
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;
};