Revision: 6628
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6628&view=rev
Author: umlawren
Date: 2012-05-25 16:36:38 +0000 (Fri, 25 May 2012)
Log Message:
-----------
Added multisource plugin to list of hosted plugins in plugin.html.
Modified Paths:
--------------
trunk/sql12/web-site/plugins.html
Modified: trunk/sql12/web-site/plugins.html
===================================================================
--- trunk/sql12/web-site/plugins.html 2012-05-22 19:30:54 UTC (rev 6627)
+++ trunk/sql12/web-site/plugins.html 2012-05-25 16:36:38 UTC (rev 6628)
@@ -346,6 +346,28 @@
</table>
+<!-- MultiSource Plugin. -->
+ <hr size="1"/>
+ <table width="100%" border="0" cellpadding="4" cellspacing="0">
+ <tr>
+ <td width="50%">
+ <span class="plugin_title">Multisource Plugin</span> by
+ <a href="https://sourceforge.net/sendmessage.php?touser=3846985">Ramon Lawrence</a> and <a href="https://sourceforge.net/sendmessage.php?touser=776065">Gerd Wagner</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span class="plugin_category">Installer Category:</span> Optional
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ This plugin allows queries that cross multiple databases such as SELECT * FROM OracleDB.table1 INNER JOIN MySQL.table2.<br/>
+ It also supports cross-database updates and synchronization, data virtualization, and SQL dialect and function translation.
+ </td>
+ </tr>
+ </table>
+
<!-- MySQL Plugin. -->
<hr size="1"/>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|