You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Trey Cahill (JIRA)" <ji...@apache.org> on 2016/03/10 23:42:40 UTC

[jira] [Commented] (SOLR-8819) SolrJ JDBC - DbVisualizer NPE when clicking on DB References tab

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

Trey Cahill commented on SOLR-8819:
-----------------------------------

Added a patch that fixes the NPE caused by clicking on the DB References tab by implementing the getTables() method in DatabaseMetaDataImpl.  Removed restriction of requiring the field "TABLE_CAT" when querying _CATALOGS_ by wrapping CatalogsStream in SelectStream.  Removed restriction of requiring the both the fields "TABLE_SCHEM" and "TABLE_CATALOG" when querying _SCHEMAS_ by wrapping SchemasStream in SelectStream.  Added tests as needed.

> SolrJ JDBC - DbVisualizer NPE when clicking on DB References tab
> ----------------------------------------------------------------
>
>                 Key: SOLR-8819
>                 URL: https://issues.apache.org/jira/browse/SOLR-8819
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrJ
>    Affects Versions: master
>            Reporter: Kevin Risden
>         Attachments: SOLR-8819.patch
>
>
> After connecting, NPE if double click on "DB" under connection name then click on References tab.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org