Update of /cvsroot/squirrel-sql/sql12/doc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29625/doc
Modified Files:
changes.txt
Log Message:
Re-organized list of changes to place related updates together.
Index: changes.txt
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/doc/changes.txt,v
retrieving revision 1.528
retrieving revision 1.529
diff -C2 -d -r1.528 -r1.529
*** changes.txt 22 Jan 2010 22:08:02 -0000 1.528
--- changes.txt 24 Jan 2010 20:55:05 -0000 1.529
***************
*** 7,14 ****
Enhancements:
Improved display of SQL result metadata
- Updated Chinese translation (Thanks to xpdz)
-
Hibernate Plugin:
The Classpath configuration now allows to move entries up or down.
--- 7,16 ----
Enhancements:
+ Updated Translations:
+ - Korean (Thanks to Youngwoo Kim)
+ - Chinese (Thanks to xpdz)
+
Improved display of SQL result metadata
Hibernate Plugin:
The Classpath configuration now allows to move entries up or down.
***************
*** 26,30 ****
Thanks to Glenn (bassnfool2) for the patch (Patch ID 2907220)
-
XML Export:
Tables in SQuirreL's GUI now allow to export data as XML (besides CSV and MS-Excel export)
--- 28,31 ----
***************
*** 41,45 ****
- Line numbers can be displayed
- Current line can be highlighted
! Note: On MS-Windows systems the Java-VM parameter -Dsun.java2d.noddraw=true must be set in your SQUirreL start batch to prevent performance problems.
--- 42,47 ----
- Line numbers can be displayed
- Current line can be highlighted
! Note: On MS-Windows systems the Java-VM parameter -Dsun.java2d.noddraw=true must be set in your SQUirreL
! start batch to prevent performance problems.
***************
*** 80,142 ****
- Thanks to Hashim Kubba for this patch (ID 2104309)
-
- Graph Plugin:
- - Show constraint name can be selected on each constraint separately. See right mouse menu on constraint line.
-
Graph Plugin:
- Allowed constraints to be created using drag and drop.
! To create such a non DB constraint using drag and drop hold
down the control key. Then right click the constraint to configure it.
- - Updated Korean translation available (Thanks to Youngwoo Kim)
-
Bug-Fixes:
- ArrayIndexOutOfBounds exception occured when more than one Alias was deleted form Alias tree
-
2879711: Fix for Excel date export concerning dates earlier than 1900-03-01.
! Thanks to mironsadziak for the patch (Patch ID 2905218)
!
! Fixed startup error:
! java.lang.NullPointerException
! at ... .AliasFolderState.applyExpansionAndSelectionToNode(AliasFolderState.java:144)
!
! Error in Alias tree: Alias vanished / rose error when dragged on itself.
!
2853329: Ctrl-S overwrites existing file on 2nd try
-
2819161: squirrel-sql.sh in plain zip had an errant apostrophe. Tested this fix on MacOS 10 and Ubuntu 9.04.
! Thanks to Jonathan James for vetting the anonymously submitted patch.
!
! SQL Scripts Plugin:
! Several scripting functions did not respect global scripting preferences about qualifying tables.
! SQL Scripts Plugin:
! Foreign key constraints with more than one column were not scripted correctly. (Only first column was included.)
! Schema caching:
! Removed problems with selective schema caching when the same table name
! exisits in two different schemas. E.g. column completion didn't word anymore.
SQL Scripts Plugin:
- When generating insert scripts from a SQL statement the global
preference "Qualify table names in generated scripts with the schema name" did not work.
Thanks to Johann Geyer for the patch (Patch ID 2365193)
-
- SQL Scripts Plugin:
- Generating data scripts may throw java.lang.StringIndexOutOfBoundsException when timestamps where scripted
! SP that returned a mix of update counts and results sets weren't displayed properly.
- 2801011: Sybase (CREATE TABLE script generate decimal(15,2) instead of (15,4))
- 2794860: Sybase (CREATE TABLE script generate numeric(15) instead (15,2))
- 2754166: SQLScript plugin loses precision for Timestamp in H2
- 2746982: Error occured in IPlugin.sessionEnded() for SQL Parametrisation
- 2713952: Create table script (on Sybase): Always generate "datetime" type for "date" (and datetime)
- 2657987: Session was closed even if session closing confirm dialog was not confirmed. Connection was not
- closed then.
3.0.1 (3/23/2009)
--- 82,131 ----
- Thanks to Hashim Kubba for this patch (ID 2104309)
Graph Plugin:
+ - Show constraint name can be selected on each constraint separately. See right mouse menu on constraint
+ line.
- Allowed constraints to be created using drag and drop.
! To create such a non-DB constraint using drag and drop hold
down the control key. Then right click the constraint to configure it.
Bug-Fixes:
2879711: Fix for Excel date export concerning dates earlier than 1900-03-01.
! Thanks to mironsadziak for the patch (Patch ID 2905218)
2853329: Ctrl-S overwrites existing file on 2nd try
2819161: squirrel-sql.sh in plain zip had an errant apostrophe. Tested this fix on MacOS 10 and Ubuntu 9.04.
! Thanks to Jonathan James for vetting the anonymously submitted patch.
! 2801011: Sybase (CREATE TABLE script generate decimal(15,2) instead of (15,4))
! 2794860: Sybase (CREATE TABLE script generate numeric(15) instead (15,2))
! 2754166: SQLScript plugin loses precision for Timestamp in H2
! 2746982: Error occured in IPlugin.sessionEnded() for SQL Parametrisation
! 2713952: Create table script (on Sybase): Always generate "datetime" type for "date" (and datetime)
! 2657987: Session was closed even if session closing confirm dialog was not confirmed. Connection was not
! closed then.
! ArrayIndexOutOfBounds exception occured when more than one Alias was deleted form Alias tree
+ Fixed startup error:
+ java.lang.NullPointerException
+ at ... .AliasFolderState.applyExpansionAndSelectionToNode(AliasFolderState.java:144)
! Error in Alias tree: Alias vanished or gave an error when dragged on itself.
SQL Scripts Plugin:
+ - Several scripting functions did not respect global scripting preferences about qualifying tables.
- When generating insert scripts from a SQL statement the global
preference "Qualify table names in generated scripts with the schema name" did not work.
Thanks to Johann Geyer for the patch (Patch ID 2365193)
- Generating data scripts may throw java.lang.StringIndexOutOfBoundsException when timestamps where scripted
+ - Foreign key constraints with more than one column were not scripted correctly. (Only first column was
+ included.)
+ Schema caching:
+ Removed problems with selective schema caching when the same table name
+ exisits in two different schemas. E.g. column completion didn't word anymore.
! Stored Procedures that return a mix of update counts and results sets weren't displayed properly.
3.0.1 (3/23/2009)
|