Subject Re: GetResultSet() takes to much time
Author Roman Rokytskyy
Hi,

> I just checked the code. We do one fetch each time result set object
> is created. I will check if this is needed, if not I will delay it
> till first next() call.

I modified ResultSet behavior so, that initial fetch() happens only if
ResultSet methods are called. This should speed up your tests. Please
try latest CVS version and report your findings.

Best regards,
Roman Rokytskyy