Github user nazeer1100126 commented on the issue:
https://github.com/apache/fineract/pull/370
@iamrupok You need to check whether DDL and DML commands are allowed are
not. I don't know the real use case how are you going to use, it's up to you to
decide. Please find the DDL and DML commands below.
DDL_COMMANDS = { "create", "drop", "alter", "truncate", "comment" },
DML_COMMANDS = { "select", "insert", "update", "delete", "merge", "upsert",
"call" };
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---