[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-19 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8514: --- Attachment: SOLR-8514.patch Added tests. Requires SOLR-8516 be merged first. > Implement

[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-19 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8514: - Attachment: SOLR-8514.patch New patch that removes the close checks and automatically closes the

[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-15 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8514: --- Attachment: SOLR-8514.patch Added closing of current ResultSet. Need to add some tests for this still.

[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8514: --- Attachment: SOLR-8514.patch Added initial implementation. This reuses executeQuery() and just stores

[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8514: --- Summary: Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and

[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8514: --- Flags: Patch > Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), > and