abraham-menyhart commented on code in PR #3218:
URL: https://github.com/apache/fineract/pull/3218#discussion_r1217843580
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/ReadWriteNonCoreDataServiceImpl.java:
##########
@@ -1859,6 +1860,14 @@ private String queryForApplicationTableName(final String
datatable) {
return applicationTableName;
}
+ private void validateDatatable(final String datatable) {
+ final String sql = "SELECT application_table_name FROM
x_registered_table where registered_table_name = ?";
Review Comment:
Yes, already implemented the fix, and I agree with the suggestion. Testing
it, but got some env issues.
--
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]