adamsaghy commented on code in PR #3218:
URL: https://github.com/apache/fineract/pull/3218#discussion_r1217669861
##########
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:
@abraham-menyhart Would you please quickly change this? It would be much
nicer with count and easier to read.
--
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]