vorburger commented on a change in pull request #723: FINERACT-808 FIXES: Some
Action names do not filter audit trails
URL: https://github.com/apache/fineract/pull/723#discussion_r389373529
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/api/ApiParameterHelper.java
##########
@@ -169,6 +169,12 @@ public static String sqlEncodeString(final String str) {
return singleQuote + StringUtils.replace(str, singleQuote,
twoSingleQuotes, -1) + singleQuote;
}
+ public static String sqlEncodedStringForWhere(final String str){
Review comment:
```suggestion
public static String sqlEncodedStringWithoutValidation(final String str){
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services