File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ static const std::string NAMEPREFIX("N=");
2424static const std::string KEYPREFIX (" K=" );
2525static const std::string OWNERPREFIX (" O=" );
2626
27- static const std::string DATEPREFIX (" D=" );
27+ // static const std::string DATEPREFIX("D=");
2828
2929static const std::string SERVICEPREFIX (" S=" );
3030static const std::string CONNECTIONPREFIX (" C=" );
Original file line number Diff line number Diff line change 2323#include < cmath>
2424
2525namespace {
26- const std::string dot (" ." );
26+ // const std::string dot(".");
2727 const std::string quote (" \" " );
28- const std::string bNOTb (" NOT " );
28+ // const std::string bNOTb(" NOT ");
2929 const std::string squoted (const std::string& s) { return quote + s + quote; }
3030 // now strings for the tables and columns to be queried
3131 const std::string sParameterTable (" RUNSESSION_PARAMETER" );
You can’t perform that action at this time.
0 commit comments