Skip to content
Snippets Groups Projects
Commit 0473bb6f authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

remove rollback that is not used when connection is in auto commit

parent 42a1a910
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ public class OracleAdtAptAttributes extends AdtAptAttributes {
valueConcat = null;
}
} catch (final SQLException e) {
ConnectionCommands.rollback(conn, DbUtilsFactory.getInstance(connector));
// ConnectionCommands.rollback(conn, DbUtilsFactory.getInstance(connector));
String message = "";
if (e.getMessage().equalsIgnoreCase(GlobalConst.COMM_FAILURE_ORACLE)
|| e.getMessage().indexOf(GlobalConst.COMM_FAILURE_MYSQL) != -1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment