Update of /cvsroot/squirrel-sql/sql12/plugins/dbdiff/doc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1516/plugins/dbdiff/doc
Modified Files:
readme.html changes.txt
Log Message:
Added missing documentation.
Index: readme.html
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/plugins/dbdiff/doc/readme.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** readme.html 16 Jun 2007 14:18:38 -0000 1.1
--- readme.html 3 Mar 2010 16:22:02 -0000 1.2
***************
*** 1,22 ****
! <HTML>
! <HEAD>
! <TITLE>DBDiff Plugin</TITLE>
! </HEAD>
! <BODY>
! <center><h1>DBDiff Plugin</h1></center>
! <h2>Author</h2>
<ul>
! <li>Rob Manning</li>
</ul>
! <H2>Introduction</H2>
! <P>The DBDiff plugin adds the ability to compare tables between sessions in the
! SQuirreL SQL Client.
! </BODY>
! </HTML>
--- 1,46 ----
! <html>
! <head>
! <title>DBDiff Plugin</title>
! </head>
! <body>
! <center>
! <h1>DBDiff Plugin</h1>
! </center>
! <h3>Author</h3>
<ul>
! <li>Rob Manning</li>
</ul>
! <h3>Introduction</h3>
! <p>The DBDiff plugin adds the ability to compare tables between
! sessions in the SQuirreL SQL Client.</p>
! <h3>Usage</h3>
!
! To compare two tables for differences between two sessions you must first open two database
! sessions. Then use the object tree to select the first table to be compared from one of the
! sessions as shown in the figure below:
!
! <p align="CENTER"><img src="images/select_menu.png"
! border="0" alt="Select first table for comparison"></p>
!
! Next, use the object tree in the second session to select the second table to be compared as
! shown in the following image:
!
! <p align="CENTER"><img src="images/compare_menu.png"
! border="0" alt="Select second table for comparison"></p>
!
! If there are differences a dialog containing a chart of the differences will be displayed as
! follows:
!
! <p align="CENTER"><img src="images/differences_dialog.png"
! border="0" alt="Select second table for comparison"></p>
!
!
! </body>
! </html>
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/plugins/dbdiff/doc/changes.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** changes.txt 16 Jun 2007 14:18:38 -0000 1.1
--- changes.txt 3 Mar 2010 16:22:02 -0000 1.2
***************
*** 2,6 ****
========================
! 0.01 (??/??/????)
================
--- 2,6 ----
========================
! 0.01 (03/03/2010)
================
|