forgot its auto commit

This commit is contained in:
christian 2021-12-14 02:34:42 +01:00
parent 0635f2db9c
commit 90c83dedb8

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) {