Results 3 issues of Paul Robertson

It would be nice to be able to execute a group of SELECT statements. They wouldn't run in a transaction (like an executeModify() batch does) but you could still have...

Enhancement

Currently the design for the SQLConnection pooling is to use a deferred instantiation model, where SQLConnection objects are only created and added to the pool when they're actually needed (i.e....

Enhancement