diff -r 77180ee275df -r 86ceb97db7de src/PreparedStatement.h --- a/src/PreparedStatement.h Fri May 08 12:51:01 2020 +0200 +++ b/src/PreparedStatement.h Sat May 23 23:58:50 2020 +0200 @@ -41,7 +41,6 @@ std::string getColumName(int columnIndex); relpipe::writer::TypeId getColumType(int columnIndex, relpipe::writer::TypeId defaultType = relpipe::writer::TypeId::STRING); std::string getString(int columnIndex); - static bool isComplete(const char *sql); // TODO: use own implementation + move to a separate class }; }