Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5
-
None
Description
The CaseInsensitiveHashMap extends HashMap. This means that the order of columns defined in a select query is not retained when one wants to iterate over the entry set. This be changed to LinkedHashMap.