haul 2002/12/19 03:11:39
Modified: . changes.xml
Log:
<action dev="CH" type="fix" due-to-email="[EMAIL PROTECTED]"
due-to="Michael Enke" fixes-bug="15064">
Postgresql 7.3: LIMIT x,y no longer supported. Added new class for
postgresql-old limit method that still uses LIMIT x,y while postgresql
uses the LIMIT x OFFSET y syntax which has been used by postgresql for
some time now.
</action>
Revision Changes Path
1.315 +8 -1 xml-cocoon2/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/changes.xml,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -r1.314 -r1.315
--- changes.xml 19 Dec 2002 01:17:26 -0000 1.314
+++ changes.xml 19 Dec 2002 11:11:39 -0000 1.315
@@ -40,6 +40,13 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="CH" type="fix" due-to-email="[EMAIL PROTECTED]"
+ due-to="Michael Enke" fixes-bug="15064">
+ Postgresql 7.3: LIMIT x,y no longer supported. Added new class for
+ postgresql-old limit method that still uses LIMIT x,y while postgresql
+ uses the LIMIT x OFFSET y syntax which has been used by postgresql for
+ some time now.
+ </action>
<action dev="NKB" type="update">
Created .src/deprecated directory to contain all deprecated classes.
This will help in maintaining Cocoon free from deprecated classes.
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]