Re: [DbUtils] Could AsyncQueryRunner be a wrapper around a QueryRunner?

2012-02-11 Thread Simone Tripodi
Hi Moandji, the ML is not the right place where attaching patches, can you please fill an issue on JIRA? TIA! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sat, Feb 11, 2012 at 8:53 AM, Moandji E

Re: [DbUtils] Could AsyncQueryRunner be a wrapper around a QueryRunner?

2012-02-10 Thread Moandji Ezana
On Wed, Feb 8, 2012 at 5:04 AM, William Speirs wrote: > This is not a bad idea, but I would need to give it more thought. > > I tried to reduce code dup when I created AsyncQueryRunner by creating > AbstractQueryRunner[1], could we just add more code to that class? > I was thinking of having the

Re: [DbUtils] Could AsyncQueryRunner be a wrapper around a QueryRunner?

2012-02-07 Thread William Speirs
This is not a bad idea, but I would need to give it more thought. I tried to reduce code dup when I created AsyncQueryRunner by creating AbstractQueryRunner[1], could we just add more code to that class? [1] http://commons.apache.org/dbutils/apidocs/org/apache/commons/dbutils/AbstractQueryRunner.