Re: limiting rowset size in SQLTransformer

2003-04-04 Thread Vadim Gritsenko
Ferenc Kiraly wrote: Hi! ... In particular, I wanted to write a logicsheet, that processes a tag. The logicsheet template takes parameters, such as , and . The values for these parameters come from the request or from the session. I was not able to pass these parameters to the logicsheet _a

Re: limiting rowset size in SQLTransformer

2003-04-04 Thread Ferenc Kiraly
Hi! Torsten Curdt wrote: Hi! The SQLTransformer lacks an important feature that is present in the ESQL logicsheet. ESQL allows limiting the number of rows returned from a database using and skips some rows using the tag. I have implemented something similar for the SQLTransformer. The patch is

Re: limiting rowset size in SQLTransformer

2003-04-04 Thread Torsten Curdt
Hi! The SQLTransformer lacks an important feature that is present in the ESQL logicsheet. ESQL allows limiting the number of rows returned from a database using and skips some rows using the tag. I have implemented something similar for the SQLTransformer. The patch is very simple and I think do