Add operation log of a subscription #437
Merged
tcdlpds
merged 3 commits from nipuni/device-mgt-core:#11311
into appm_improvement
7 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'nipuni/device-mgt-core:#11311'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose:
https://roadmap.entgra.net/issues/11166
"WHERE o.ID = ? " +
"AND o.TENANT_ID = ?";
try (Connection conn = OperationManagementDAOFactory.getConnection();
Remove following part from try-with-resources block.
Connection conn = OperationManagementDAOFactory.getConnection()
829e1ed8a4
into appm_improvement 7 months agoReviewers
829e1ed8a4
.