Dave Cramer wrote:
> It's simpler, there's about half a dozen classes and one if statement as
> opposed to implementing the Connection and Statement interfaces for 3
> versions of jdbc and yet another build system that does the same.
How do you avoid wrapping Connection/Statement/etc and still avoid the
problems we discussed with Statement.close()? Can you send me a patch
for review?
-O