Fix sql syntax errors #409
Merged
tcdlpds
merged 1 commits from pramilaniroshan/device-mgt-core:fix-sql-syntax
into master
6 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'pramilaniroshan/device-mgt-core:fix-sql-syntax'
Deleting a branch is permanent. It CANNOT be undone. Continue?
https://roadmap.entgra.net/issues/11281
try (PreparedStatement ps = conn.prepareStatement(sql)) {
ps.setBoolean(1, isEncrypted);
ps.setInt(2, tenantId);
//ps.setInt(2, tenantId);
Remove this line
d459255f07
tof0c48c585d
6 months ago12e65ee7e1
into master 6 months agoReviewers
12e65ee7e1
.