[
https://issues.apache.org/jira/browse/CONFIGURATION-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov updated CONFIGURATION-845:
-----------------------------------------
Summary: DatabaseConfiguration loses list property's order (was:
DatabaseConfiguration looses list property's order)
> DatabaseConfiguration loses 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
> Priority: Major
>
> {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)