pieter martin created CONFIGURATION-845:
-------------------------------------------
Summary: DatabaseConfiguration looses list property's order
Key: CONFIGURATION-845
URL: https://issues.apache.org/jira/browse/CONFIGURATION-845
Project: Commons Configuration
Issue Type: Bug
Affects Versions: 2.10.1
Reporter: pieter martin
{code:java}
private static final String SQL_GET_PROPERTY = "SELECT * FROM %s WHERE %s =?";
{code}
This is the query DatabaseConfiguration executes to get a property's values.
It assumes the order will be insertion order but this is not true on postgresql.
So configuration.getList(key) looses the order of the list.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)