You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/08/28 15:28:29 UTC

[3/3] activemq-artemis git commit: This closes #2263

This closes #2263


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6c444625
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6c444625
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6c444625

Branch: refs/heads/master
Commit: 6c444625574d143f5e72b9fdf429ae8e7e0fab5d
Parents: a8dad35 41b094d
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Aug 28 11:28:19 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Aug 28 11:28:19 2018 -0400

----------------------------------------------------------------------
 .../jdbc/store/drivers/AbstractJDBCDriver.java  |   23 +-
 .../jdbc/store/logging/LoggingConnection.java   |  436 ++++++
 .../store/logging/LoggingPreparedStatement.java |  406 ++++++
 .../jdbc/store/logging/LoggingResultSet.java    | 1338 ++++++++++++++++++
 .../jdbc/store/logging/LoggingStatement.java    |  400 ++++++
 .../artemis/jdbc/store/logging/LoggingUtil.java |   24 +
 6 files changed, 2625 insertions(+), 2 deletions(-)
----------------------------------------------------------------------