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=22400>. 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=22400 [PATCH] SQLTransformer to optionally preserve case of column names [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-03-06 02:10 ------- Applied in the following way: <execute-query> <column-case>preserve | uppercase | lowercase</column-case> <query> ... </query> ... </execute-query> If not specified, it behaves like before the patch: lowercase. If specified with invalid value the case is preserved. Maybe this should be documented somewhere. Thanks for your patch, please cross-check and close the bug afterwards. Joerg
