Michael Osipov created DBUTILS-114:
--------------------------------------
Summary: Order of columns not retained in BasicRowProcessor with
HashMap
Key: DBUTILS-114
URL: https://issues.apache.org/jira/browse/DBUTILS-114
Project: Commons DbUtils
Issue Type: Bug
Affects Versions: 1.5, 1.6
Reporter: Michael Osipov
Attachments: DBUTILS-114.patch
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}}.
--
This message was sent by Atlassian JIRA
(v6.1#6144)