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
Assigned to: 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