diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-07 14:26:09 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-12-07 14:26:09 +0000 |
commit | 2a3f8ddab3542bb0b7c456780eaf53f2e4dc363e (patch) | |
tree | fa23d5779e2dc525348185a6c1755f3889f40d81 /libpqpp/command.h | |
parent | Improve connection failure detection (diff) | |
download | libdbpp-postgresql-2a3f8ddab3542bb0b7c456780eaf53f2e4dc363e.tar.bz2 libdbpp-postgresql-2a3f8ddab3542bb0b7c456780eaf53f2e4dc363e.tar.xz libdbpp-postgresql-2a3f8ddab3542bb0b7c456780eaf53f2e4dc363e.zip |
Merge select and modify command's SQL parserlibdbpp-postgresql-0.9.4
Diffstat (limited to 'libpqpp/command.h')
-rw-r--r-- | libpqpp/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/command.h b/libpqpp/command.h index e6edac2..32faaa0 100644 --- a/libpqpp/command.h +++ b/libpqpp/command.h @@ -31,6 +31,7 @@ namespace PQ { void bindNull(unsigned int); protected: + static void prepareSql(std::string & psql, const std::string & sql); const std::string stmntName; const Connection * c; |