Fix SQL query error at 'Find' window of Swing UI

This commit is contained in:
Elaine Tan 2012-10-03 18:18:59 +08:00
parent bc79195628
commit 17a779a61a
1 changed files with 1 additions and 1 deletions

View File

@ -1074,7 +1074,7 @@ public final class Find extends CDialog
valueStr.append("%");
//
ColumnSQL = new StringBuilder("UPPER(").append(ColumnSQL).append(")");
value = valueStr;
value = valueStr.toString();
}
//
if (value.toString().indexOf('%') != -1)