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

Jacob Danner reassigned BEEHIVE-1107:
-------------------------------------

    Assignee: matt c  (was: Eddie O'Neil)

Matt, can you check this out?

> 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
>          Issue Type: Bug
>          Components: System Controls
>    Affects Versions: V1, 1.0.1
>            Reporter: Eddie O'Neil
>         Assigned To: matt c
>             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