Revision: 6624
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6624&view=rev
Author: umlawren
Date: 2012-05-16 05:03:44 +0000 (Wed, 16 May 2012)
Log Message:
-----------
Added description of new MultiSource Plugin to global change log.
Modified Paths:
--------------
trunk/sql12/doc/src/main/resources/changes.txt
Modified: trunk/sql12/doc/src/main/resources/changes.txt
===================================================================
--- trunk/sql12/doc/src/main/resources/changes.txt 2012-05-16 05:02:26 UTC (rev 6623)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2012-05-16 05:03:44 UTC (rev 6624)
@@ -9,6 +9,12 @@
Enhancements:
+Created new Multisource Plugin:
+ - Allows SQuirreL to support native multiple source queries where one SQL query spans multiple sources.
+ - The plugin supports standard SQL including joins, group by, aggregation, LIMIT, and ordering where tables may come from one or more sources.
+ - The plugin will perform function translation where a user requests a function that is not supported on a certain source.
+ - Added a new UnityJDBC default driver definition that supports this virtualization.
+
Graph Plugin: When a child table was removed from a Graph and the the parent tables columns were reordered constraint lines reappeared pointing nowhere.
Syntax Plugin: Upgraded to RSyntax text area version 1.5.2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|