diff options
author | randomdan <randomdan@localhost> | 2011-02-18 21:13:35 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-02-18 21:13:35 +0000 |
commit | 22998b203ebed773d91e30c6c038f58b7720a2d0 (patch) | |
tree | ac03534f6984af572b3fb2a6bd05812ab8c16472 /libpqpp/modifycommand.h | |
parent | Split prepare back into it's proper function (diff) | |
download | libdbpp-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
Diffstat (limited to 'libpqpp/modifycommand.h')
-rw-r--r-- | libpqpp/modifycommand.h | 1 |
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; }; |