You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Leszek Gawron <ou...@kompuart.pl> on 2003/01/09 12:09:41 UTC

[FIX FOUND PLEASE PATCH]Re: ESQL problem - current cocoon HEAD

I was right. That is how JdbcEsqlQuery.getResultRows() shoud look like:

public void getResultRows() throws SQLException {
	if ( getSkipRows() > 0 )
		getResultSet().absolute(getSkipRows());
	setPosition(getSkipRows());
}

I am not familiar with patch submitting so someone please patch the source
	ouzo


-- 
            __
         | /  \ |        Leszek Gawron            //  \\
        \_\\  //_/      ouzo@vip.net.pl          _\\()//_
         .'/()\'.     Phone: +48(600)341118     / //  \\ \
          \\  //  recursive: adj; see recursive  | \__/ |


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


Re: [FIX FOUND PLEASE PATCH]Re: ESQL problem - current cocoon HEAD

Posted by Torsten Curdt <tc...@dff.st>.
Leszek Gawron wrote:
> I was right. That is how JdbcEsqlQuery.getResultRows() shoud look like:
> 
> public void getResultRows() throws SQLException {
> 	if ( getSkipRows() > 0 )
> 		getResultSet().absolute(getSkipRows());
> 	setPosition(getSkipRows());
> }
> 
> I am not familiar with patch submitting so someone please patch the source
> 	ouzo

I'll commit it after work...
--
Torsten



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