Fix two bugs (Upper case in database avoiding accents, and cat/account with the same name during modification into PreferencesPanel)
Updating translations
This commit is contained in:
@@ -926,7 +926,7 @@ std::vector<Operation>* Database::Search(User* user, wxString* description, wxDa
|
||||
|
||||
if (description)
|
||||
{
|
||||
req += wxT("UPPER(description) LIKE '%") + description->MakeUpper() + wxT("%'");
|
||||
req += wxT("description LIKE '%") + *description + wxT("%'");
|
||||
firstCond = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user