You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2022/02/21 18:10:05 UTC

[GitHub] [fineract] galovics commented on a change in pull request #2044: FINERACT-984: More database independence in queries

galovics commented on a change in pull request #2044:
URL: https://github.com/apache/fineract/pull/2044#discussion_r811350411



##########
File path: fineract-provider/src/main/java/org/apache/fineract/interoperation/service/InteropServiceImpl.java
##########
@@ -171,17 +171,17 @@ public InteropServiceImpl(PlatformSecurityContext securityContext, InteropDataVa
     private static final class KycMapper implements RowMapper<InteropKycData> {
 
         public String schema() {
-            return " country.code_value as nationality, c.`date_of_birth` as dateOfBirth, c.`mobile_no` as contactPhone, gender.code_value as gender, c.`email_address` as email, "
-                    + "kyc.code_value as idType, ci.`document_key` as idNo, ci.`description` as description, "
+            return " country.code_value as nationality, c.date_of_birth as dateOfBirth, c.mobile_no as contactPhone, gender.code_value as gender, c.email_address as email, "
+                    + "kyc.code_value as idType, ci.document_key as idNo, ci.`description` as description, "

Review comment:
       @vidakovic they will be removed in an upcoming PR, not forgotten but good job spotting it ;-)




-- 
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: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org