Implementato check connection in DbmsChangeTracker
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-11-10 15:42:40 +01:00
parent 449f38417e
commit 023aac21c9

View File

@@ -55,6 +55,7 @@ public class DbmsChangeTracker {
private void checkConnection() {
try {
UtilityDB.executeSimpleQuery(integryConnection, "SELECT 1");
if (integryConnection.isClosed())
createConnection();
} catch (SQLException e) {