From c2eb76941eb604f6cdf7873cab9ea02175c69000 Mon Sep 17 00:00:00 2001 From: jbernste Date: Sat, 6 Feb 2016 21:49:39 -0500 Subject: [PATCH] SOLR-8502: Improve Solr JDBC Driver to support SQL Clients like DBVisualizer --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 06e24d04045..93a844792ad 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