You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/02/03 16:18:28 UTC

DO NOT REPLY [Bug 16710] New: - SQLTransformer.Query.serializeRow forces lower case column names

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16710>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16710

SQLTransformer.Query.serializeRow forces lower case column names

           Summary: SQLTransformer.Query.serializeRow forces lower case
                    column names
           Product: Cocoon 2
           Version: 2.0.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: tpeltone@iki.fi


SQLTransformer.Query.serializeRow calls toLowerCase method for the column names
to name the output XML elements. This call should be removed and the name from
ResultSetMetaData.getColumnName should be used as it is. Otherwise, additional
configuration and transformation is needed for mapping the lower case database
attribute names to actual XML element names.

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