Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AB107200C28 for ; Mon, 27 Feb 2017 04:24:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A56D6160B80; Mon, 27 Feb 2017 03:24:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EDA17160B78 for ; Mon, 27 Feb 2017 04:24:28 +0100 (CET) Received: (qmail 67411 invoked by uid 500); 27 Feb 2017 03:24:28 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 67307 invoked by uid 99); 27 Feb 2017 03:24:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 03:24:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D4CD0DFF47; Mon, 27 Feb 2017 03:24:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Mon, 27 Feb 2017 03:24:30 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/4] activemq-artemis git commit: This closes #1050 archived-at: Mon, 27 Feb 2017 03:24:29 -0000 This closes #1050 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c71063d2 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c71063d2 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c71063d2 Branch: refs/heads/master Commit: c71063d2aca7c8a605d0a78afb01ecf73dbb0f6d Parents: 739b8e7 7b344a9 Author: Clebert Suconic Authored: Sun Feb 26 22:24:15 2017 -0500 Committer: Clebert Suconic Committed: Sun Feb 26 22:24:15 2017 -0500 ---------------------------------------------------------------------- .../artemis/jdbc/store/drivers/JDBCUtils.java | 7 +++ .../drivers/oracle/Oracle12CSQLProvider.java | 61 +++++++++++++++++++ .../file/JDBCSequentialFileFactoryDriver.java | 15 +++-- .../paging/impl/PagingStoreFactoryDatabase.java | 64 ++++++++++++++------ 4 files changed, 123 insertions(+), 24 deletions(-) ----------------------------------------------------------------------