You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/16 02:54:42 UTC

DO NOT REPLY [Bug 14796] - ResultSetDynaClass.createDynaProperty uses getColumnName(i).toLowerCase()

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=14796>.
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=14796

ResultSetDynaClass.createDynaProperty uses getColumnName(i).toLowerCase()

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From craig.mcclanahan@sun.com  2002-12-16 01:54 -------
Your use case seems reasonable.  Therefore, I'm adding a second constructor that
lets you specify whether or not the toLowerCase() conversion will be performed,
along with a warning that using this feature makes your application dependent on
the behavior of the JDBC driver you are using.  For backwards compatibility, the
default behavior is still to lower case these names.

Fixed in nightly build 20021216.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>