DBUtils 1.1 was released on August 14, 2011.
This is the seventh public release of DBUtils.
begin()
method of the connection.
DBUtils makes sure that this method always exists, even if the database driver
does not support it.ping()
method, then DBUtils
can use it to check whether connections are alive instead of just trying
to use the connection and reestablishing it in case it was dead. Since these
checks are done at the expense of some performance, you have exact control
when these are executed via the new ping
parameter.PooledDB
has got another new parameter reset
for
controlling how connections are reset before being put back into the pool.setoutputsize()
cursor method.DBUtilsExample
for Webware.