[ http://issues.apache.org/jira/browse/COCOON-1594?page=all ]

Pier Fumagalli updated COCOON-1594:
-----------------------------------

    Bugzilla Id:   (was: 36573)
    Fix Version: 2.1.8-dev (Current SVN)

> SQLTransformer swallowing whitespace on substitute-value
> --------------------------------------------------------
>
>          Key: COCOON-1594
>          URL: http://issues.apache.org/jira/browse/COCOON-1594
>      Project: Cocoon
>         Type: Bug
>   Components: Blocks: Databases
>     Versions: 2.1.8-dev (Current SVN)
>  Environment: Operating System: other
> Platform: Macintosh
>     Reporter: andrew
>     Assignee: Cocoon Developers Team
>      Fix For: 2.1.8-dev (Current SVN)
>  Attachments: example.xmap, param-bug.xml
>
> The following code will fail:
> <sql:query>
>   SELECT id, name, description from department
>   LIMIT <substitute-value sql:name="start"/>,<substitute-value 
> sql:name="count"/>
> </sql:query>
> After the values are substituted, the output is:
>   SELECT id, name, description from department
>   LIMITn,m
> ... instead of 
>   SELECT id, name, description from department
>   LIMIT n,m

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to