[ http://issues.apache.org/jira/browse/BEEHIVE-1107?page=all ]
     
Eddie O'Neil resolved BEEHIVE-1107:
-----------------------------------

    Resolution: Fixed

Fixed in SVN 399479.  Due to the use of generics, the "get" method that was 
used to fetch values from the map by upper case key wasn't being called.  It is 
now.  Verified in the JUnit test associated with the checkin.

> JdbcControl does not handle lower case column names correctly when returning 
> a Map
> ----------------------------------------------------------------------------------
>
>          Key: BEEHIVE-1107
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-1107
>      Project: Beehive
>         Type: Bug

>   Components: System Controls
>     Versions: V1, 1.0.1
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: v.next

>
> The JdbcControl has the ability to return a Map object as:
>   Map map = Map getCustomerById(int id)
> where the Map contains key / value pairs of a record's column name and data.  
> Lookups on this map should be case insensitive so the following should be 
> true:
>   map.get("foo").equals(map.get("FOO")) == true

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