Revision: 6387
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6387&view=rev
Author: manningr
Date: 2011-09-02 00:32:16 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
Patch #3401315 (Derby Object tree trigger). Trigger source was not being displayed because the
SYS.SYSTRIGGERS.REFERENCINGOLD and SYS.SYSTRIGGERS.REFERENCINGNEW columns no longer accept 1 and 0 as values
for comparison. Now an actual boolean data type is used. (Thanks to Jesus Marin for the patch)
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 2011-09-02 00:27:16 UTC (rev 6386)
+++ trunk/sql12/doc/src/main/resources/changes.txt 2011-09-02 00:32:16 UTC (rev 6387)
@@ -108,6 +108,11 @@
Bug-fixes:
+
+Patch #3401315 (Derby Object tree trigger). Trigger source was not being displayed because the
+SYS.SYSTRIGGERS.REFERENCINGOLD and SYS.SYSTRIGGERS.REFERENCINGNEW columns no longer accept 1 and 0 as values
+for comparison. Now an actual boolean data type is used. (Thanks to Jesus Marin for the patch)
+
3139446 fixed squirrelsql.bat: % was missing at the end of line set IZPACK_JAVA=%JAVA_HOME
3308469, 3209074, 2983094: SQL with aliases don't result always with aliases as column headings
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|