Browse Source

Update FormatSQL.cpp

fixed issue with search for text that contains |
scott brogden 5 years ago
parent
commit
fa51c7831c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      FormatSQL.cpp

+ 0 - 2
FormatSQL.cpp

@@ -30,8 +30,6 @@ void CFormatSQL::Parse(CString cs)
 {
 	//Replace all single ' with a double '
 	cs.Replace(_T("'"), _T("''"));
-	//Replace all "|" with a space
-	cs.Replace(_T("|"), _T(" "));
 
 	if(CGetSetOptions::GetSimpleTextSearch() ||
 		CGetSetOptions::GetRegExTextSearch())