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
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
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