Re: [dbutils]

2011-12-19 Thread aris2world
ne with the BeanProcessor but with a custom Map implementation. At the moment I've duplicated the BasicQueryRunner. On Mon, Dec 19, 2011 at 5:54 PM, Hasan Diwan wrote: > On 19 December 2011 01:03, aris2world wrote: > > I don't have a generic order for keys, my order

Re: [dbutils]

2011-12-19 Thread aris2world
.html> On Sun, Dec 18, 2011 at 7:46 PM, Hasan Diwan wrote: > On 18 December 2011 10:31, aris2world wrote: > > I've a question about CaseInsensitiveHashMap in BasicRowProcessor: it > > extends HashMap but if it will extend LinkedHashMap I think the resulting > > Map

[dbutils]

2011-12-18 Thread aris2world
Hi all I've a question about CaseInsensitiveHashMap in BasicRowProcessor: it extends HashMap but if it will extend LinkedHashMap I think the resulting Map could seem more consistent with the executed query to a client perspective. I mean: when the method toMap puts the columns of the resultset int