forgot its auto commit

This commit is contained in:
christian 2021-12-14 02:34:42 +01:00
parent ede81ec857
commit 7a4ea9ad95

View File

@ -97,7 +97,6 @@ public class DataMapper {
//System.out.println("cleaning strings: " + l_sSQL);
l_pStatement = l_cCon.prepareStatement(l_sSQL);
l_pStatement.executeUpdate();
l_cCon.commit();
}
}
} catch (SQLException throwables) {