You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/02/07 20:45:49 UTC

[12/21] lucene-solr git commit: SOLR-8502: Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

SOLR-8502: Improve Solr JDBC Driver to support SQL Clients like DBVisualizer


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/c2eb7694
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c2eb7694
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c2eb7694

Branch: refs/heads/jira/lucene-5438-nrt-replication
Commit: c2eb76941eb604f6cdf7873cab9ea02175c69000
Parents: 3d47612
Author: jbernste <jb...@apache.org>
Authored: Sat Feb 6 21:49:39 2016 -0500
Committer: jbernste <jb...@apache.org>
Committed: Sat Feb 6 21:49:39 2016 -0500

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c2eb7694/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 06e24d0..93a8447 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -144,6 +144,8 @@ New Features
 
 * SOLR-8285: Ensure the /export handler works with NULL field values (Joel Bernstein)
 
+* SOLR-8502: Improve Solr JDBC Driver to support SQL Clients like DBVisualizer (Kevin Risden, Joel Bernstein)
+
 Bug Fixes
 ----------------------
 * SOLR-8386: Add field option in the new admin UI schema page loads up even when no schemaFactory has been