From 2a3f8ddab3542bb0b7c456780eaf53f2e4dc363e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 7 Dec 2015 14:26:09 +0000 Subject: Merge select and modify command's SQL parser --- libpqpp/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpqpp/command.h') 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; -- cgit v1.2.3