DBUtils 1.0 was released on November 29, 2008.
This is the sixth public release of DBUtils.
failures
parameter for configuring the exception classes for
which the failover mechanisms is applied (as suggested by Matthew Harriger).closeable
parameter for configuring whether connections
can be closed (otherwise closing connections will be silently ignored).creator.dbapi
and creator.threadsafety
attributes.dedicated_connection
for
connection(shareable=False)
.version
attribute to all exported classes.0
has the meaning "unlimited", parameters can now be also
set to None
instead.threading.local
does not work properly with
mod_wsgi
, so we use the Python implementation for thread-local data
even when a faster threading.local
implementation is available.
A new parameter threadlocal
allows you to pass an arbitrary class
such as threading.local
if you know it works in your environment.