[
https://issues.apache.org/jira/browse/ARTEMIS-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415650#comment-16415650
]
ASF GitHub Bot commented on ARTEMIS-1757:
-----------------------------------------
Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1963#discussion_r177431410
--- Diff:
artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java
---
@@ -95,6 +95,7 @@ public void stop() throws SQLException {
synchronized (connection) {
if (sqlProvider.closeConnectionOnShutdown()) {
try {
+ connection.setAutoCommit(true);
--- End diff --
this is dangerous.. isn't?
why did you need it?
> Improve DB2 compatibility
> -------------------------
>
> Key: ARTEMIS-1757
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1757
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.5.0
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Fix For: 2.5.1
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)