[ 
https://issues.apache.org/jira/browse/SOLR-8819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Risden updated SOLR-8819:
-------------------------------
    Attachment: SOLR-8819.patch

Improves on [~cahilltr]'s patch. His patch and subsequent manual testing with 
DbVisualizer uncovered an issue with getSchemas. We shouldn't be returning any 
schema information since we don't have the concept of schemas. getTables is 
really what we want and this is now implemented in a TablesStream.

This is a change to what is returned is returned by the JDBC driver. This 
should be put into Solr 6 before the release so we don't have to deal with 
backwards compatibility issues.

> Implement DatabaseMetaDataImpl getTables() and fix getSchemas()
> ---------------------------------------------------------------
>
>                 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, SOLR-8819.patch
>
>
> DbVisualizer NPE when clicking on DB References tab. 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to