[GitHub] activemq-artemis pull request #1997: ARTEMIS-1653 Allow database tables to b...

2018-04-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1997 ---

[GitHub] activemq-artemis pull request #1997: ARTEMIS-1653 Allow database tables to b...

2018-04-09 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1997#discussion_r180007702 --- Diff: artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java --- @@ -179,32 +179,61 @@

[GitHub] activemq-artemis pull request #1997: ARTEMIS-1653 Allow database tables to b...

2018-04-09 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1997#discussion_r180007558 --- Diff: artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java --- @@ -179,32 +179,61 @@

[GitHub] activemq-artemis pull request #1997: ARTEMIS-1653 Allow database tables to b...

2018-04-09 Thread nlippke
Github user nlippke commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1997#discussion_r180006216 --- Diff: artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java --- @@ -179,32 +179,61 @@

[GitHub] activemq-artemis pull request #1997: ARTEMIS-1653 Allow database tables to b...

2018-04-09 Thread nlippke
Github user nlippke commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1997#discussion_r180005903 --- Diff: artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java --- @@ -179,32 +179,61 @@

[GitHub] activemq-artemis pull request #1997: ARTEMIS-1653 Allow database tables to b...

2018-04-06 Thread franz1981
GitHub user franz1981 opened a pull request: https://github.com/apache/activemq-artemis/pull/1997 ARTEMIS-1653 Allow database tables to be created externally The previous commit about this feature wasn't using the row count query ResultSet. The mechanics has been changed to