My apologies, but this is a repost. I failed to include a subject the first
time.
I like DbUtils QueryRunner, but it forces me to read the entire ResultSet
into memory rather than allowing me to use cursors. So I developed a little
library to do that, which I called dbstream. It is on on GitHub:
I like DbUtils QueryRunner, but it forces me to read the entire ResultSet
into memory rather than allowing me to use cursors. So I developed a little
library to do that, which I called dbstream, which is on GitHub:
https://github.com/rhuffman/dbstream/
It provides an abstract StreamingResultSetHan
Got it. Thanks.
On Wed, Jun 22, 2016 at 8:12 AM, Gary Gregory
wrote:
> Nothing is moving to GitHub. Some projects are moving from Svn to Git
> within Apache and then being _mirrored_ to GitHub.
>
> Gary
>
> On Wed, Jun 22, 2016 at 8:10 AM, Robert Huffman
> wrote:
>
&g
Some time ago I opened an issue for this and attached a patch. I see that
some of the other Commons projects are moving to GitHub. Any chance that
will happen for dbutils?
On Fri, May 20, 2016 at 5:36 AM, Benedikt Ritter wrote:
> Hello Robert,
>
> Robert Huffman schrieb am Do., 19.
ds. I suppose I could just add
calls with collections to the existing test methods, but I'm not crazy
about that, either.
On Thu, May 19, 2016 at 6:40 AM, Benedikt Ritter wrote:
>
>
> Robert Huffman schrieb am Do., 19. Mai 2016 um
> 15:32 Uhr:
>
>> Actually, Iter