[ 
https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107764#comment-15107764
 ] 

Joel Bernstein edited comment on SOLR-8514 at 1/20/16 12:53 AM:
----------------------------------------------------------------

I' m still seeing this in the patch:

{code}
if(isClosed()) {
      throw new SQLException("Statement is closed");
}
{code}

I believe we should pull out any of these exceptions and re-open the statement.


was (Author: joel.bernstein):
I' m still seeing this in the patch:

{code}
if(isClosed()) {
      throw new SQLException("Statement is closed");
}
{code}

I believe we should pull of these and reopen the statement.

> Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), 
> and StatementImpl.getUpdateCount()
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-8514
>                 URL: https://issues.apache.org/jira/browse/SOLR-8514
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrJ
>    Affects Versions: Trunk
>            Reporter: Kevin Risden
>            Assignee: Joel Bernstein
>         Attachments: SOLR-8514.patch, SOLR-8514.patch, SOLR-8514.patch
>
>
> Currently only StatementImpl.executeQuery is implemented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to