You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Andreas Neuenschwander <an...@andi.ch> on 2002/02/16 16:58:03 UTC

Patch for ESQL Logicsheet

Hi there,

Can someone apply this small patch to the esql.xsl logicsheet?

The orig_esql.xsl was taken from the cocoon2.0.1-src distribution.

This patch prevents a compile time error in nested esql statements.
(Explained in detail in my previous email)


[root@ISIS java]# diff orig_esql.xsl
/home/develop/repository/patched_esql.xsl
524,525c524
< int _esql_update_count = _esql_query.getStatement().getUpdateCount();
< if (_esql_update_count &gt;= 0) {
---
> if (_esql_query.getStatement().getUpdateCount() &gt;= 0) {


Thx,

    Andi




---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Patch for ESQL Logicsheet

Posted by Christian Haul <ha...@dvs1.informatik.tu-darmstadt.de>.
On 16.Feb.2002 -- 04:58 PM, Andreas Neuenschwander wrote:
> Can someone apply this small patch to the esql.xsl logicsheet?

Thanks for your patch. It is applied. Please cross check.

	Chris.

-- 
C h r i s t i a n       H a u l
haul@informatik.tu-darmstadt.de
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Patch for ESQL Logicsheet

Posted by Christian Haul <ha...@dvs1.informatik.tu-darmstadt.de>.
On 17.Feb.2002 -- 11:41 AM, Nicola Ken Barozzi wrote:
> From: "Andreas Neuenschwander" <an...@andi.ch>
> 
> > Hi there,
> >
> > Can someone apply this small patch to the esql.xsl logicsheet?
> 
> Thank you very much for the patch. :-)
> 
> To help developers in applying patches, we ask to insert the patch in
> Bugzilla http://nagoya.apache.org/bugzilla/ , so that we can easily keep
> track of pending patches and keep history.
> 
> Please insert the patch there, it will be reviewed by Cocoon committers
> ASAP.

Hi.

Had a look at the patch. Needs additional modification of get-update-count
template. Will check it in on Monday.

Please use context diffs in future (diff -c).

	Chris.

-- 
C h r i s t i a n       H a u l
haul@informatik.tu-darmstadt.de
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Patch for ESQL Logicsheet

Posted by Nicola Ken Barozzi <ba...@nicolaken.com>.
From: "Andreas Neuenschwander" <an...@andi.ch>

> Hi there,
>
> Can someone apply this small patch to the esql.xsl logicsheet?

Thank you very much for the patch. :-)

To help developers in applying patches, we ask to insert the patch in
Bugzilla http://nagoya.apache.org/bugzilla/ , so that we can easily keep
track of pending patches and keep history.

Please insert the patch there, it will be reviewed by Cocoon committers
ASAP.

Thank you.

--
Nicola Ken Barozzi                 xml-cocoon@nicolaken.com
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org