Revision: 6386
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6386&view=rev
Author: manningr
Date: 2011-09-02 00:27:16 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
Patch #3401315 (Derby Object tree trigger). The problem is that the type of the SYS.SYSTRIGGERS.REFERENCINGOLD and SYS.SYSTRIGGERS.REFERENCINGNEW no longer accept 1 and 0 as values for comparison. Now an actual boolean data type is used.
Modified Paths:
--------------
trunk/sql12/plugins/derby/src/main/resources/doc/changes.txt
Modified: trunk/sql12/plugins/derby/src/main/resources/doc/changes.txt
===================================================================
--- trunk/sql12/plugins/derby/src/main/resources/doc/changes.txt 2011-09-02 00:25:12 UTC (rev 6385)
+++ trunk/sql12/plugins/derby/src/main/resources/doc/changes.txt 2011-09-02 00:27:16 UTC (rev 6386)
@@ -1,6 +1,13 @@
Derby Plugin Change Log
==========================
+0.13
+====
+
+Patch #3401315 (Derby Object tree trigger). The problem is that the type of the
+SYS.SYSTRIGGERS.REFERENCINGOLD and SYS.SYSTRIGGERS.REFERENCINGNEW 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)
+
0.12
====
1810486: CLOB not displayed using JavaDB/Derby 10.3.1.4.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|