abraham-menyhart commented on code in PR #3205:
URL: https://github.com/apache/fineract/pull/3205#discussion_r1206875539


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/ReadWriteNonCoreDataServiceImpl.java:
##########
@@ -265,37 +273,37 @@ private void extractResults(SqlRowSet rowSet, String[] 
resultColumnNames, List<J
     }
 
     @NotNull
-    private SqlRowSet callFilteredMysql(String sql, String valueFilter, String 
filterColumnType) {
+    private SqlRowSet callFilteredMysql(String sql, Object valueFilter, String 
filterColumnType) {

Review Comment:
   Same old validateColumn method, that I have to refactor then :cry: 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to