Update of /cvsroot/squirrel-sql/sql12/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3073/doc
Modified Files:
changes.txt
Log Message:
Mods to get 1.2beta5 out the door. Documentation, plugin recompilation etc.
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/changes.txt,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** changes.txt 23 Apr 2004 19:38:31 -0000 1.52
--- changes.txt 26 Apr 2004 12:49:10 -0000 1.53
***************
*** 1,809 ****
! SQuirreL SQL Client Change Log
! ==============================
!
! 1.2beta5
! ========
!
! Enhancements
! ------------
! - added the 'IS NULL' and 'IS NOT NULL' to the choices for operator in
! the Where Clause panel (Maury Hammel).
[...1598 lines suppressed...]
! 1.0 beta2
! ===============================
! - Modified to allow for DBMS's that don't support either catalogues or
! schemas.
! - Modified to get around issue with InstantDB (3.13) returning "TABLES" for
! MetaData.getTableTypes instead of "TABLE" and "SYSTEM TABLE".
! - Added InstantDB Driver to default drivers file.
! - When retrieving information about a tables privileges an incorrect
! index into a resultset was being used.
! - When lines were added to the message panel no new line character was
! added to the end of a line.
! - Fixed bug where only SQL statements that generated a ResultSet were
! written to the history dropdown.
! - Added System Status dialog to the Help menu.
! - Fixed Cascade option on Windows menu.
!
!
! 1.0beta1
! ===============================
! - First beta release.
|