Revision: 5879
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5879&view=rev
Author: manningr
Date: 2010-09-08 02:52:26 +0000 (Wed, 08 Sep 2010)
Log Message:
-----------
Fixed bug# 2998121 (Update doesn't work, settings seem correct)
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 2010-09-08 02:48:45 UTC (rev 5878)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2010-09-08 02:52:26 UTC (rev 5879)
@@ -8,13 +8,11 @@
Session Property: "Keep SQL result table layout on rerun SQL"
If this option is checked the layout of the table of a SQL result is tried to be restored after rerunning the SQL.
-Note: You rerun a SQL when you click the running man button on the upper left of a SQL result.
+Note: You rerun an SQL statement when you click the running man button on the upper left of a SQL result.
-
-New way to view query results: There is an new tab inside a query result named "Overview".
+New way to view query results: There is a new tab inside a query result named "Overview".
It might need some trying out to understand what it does.
-
Incorporated patch which provides a node in the object tree called LOB which lists all LOBs, providing
details about each (Thanks to Bogdan Cristian Paulon)
@@ -25,6 +23,13 @@
Bug-fixes:
+2998121: (Update doesn't work, settings seem correct). Now, if the local release.xml file
+ is not found the error dialog states as the cause, rather than merely saying the release.xml file
+ couldn't be downloaded.
+2991971: RSyntax text editor ignores font settings
+2992443: Cannot use RSyntax or Netbeans editors
+2973045: Export to excel results in strange rounding; Thanks to Bogdan Cristian Paulon for the patch
+
Firebird Manger Plugin: Removed dialog (that pointed out missig Firebird driver) from startup routines.
Fixed Alias Properties not showing when drivers getPropertyInfo() fails. Behavior has been seen with Oracle driver.
@@ -35,11 +40,6 @@
RSyntax: When code reformatting was used on Windows, carriage return chars (\r) where inserted in the editor.
These chars made keyboard arrow keys fail: If you stepped over an \r the key hit did nothing.
-
-2991971: RSyntax text editor ignores font settings
-2992443: Cannot use RSyntax or Netbeans editors
-2973045: Export to excel results in strange rounding; Thanks to Bogdan Cristian Paulon for the patch
-
Parser could be triggered far to often which resulted in high CPU and memory load.
This problem was caused by redundant carriage return chars (\r).
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|