Import p5-Rose-DBx-AutoReconnect version 0.02.
authorhe <he>
Wed, 17 Dec 2008 00:44:06 +0000 (00:44 +0000)
committerhe <he>
Wed, 17 Dec 2008 00:44:06 +0000 (00:44 +0000)
commit0ef1ed1dd6990104af24d69b033fe87b2e526139
tree7a769931feffef615db85cce1eacb1450257640b
parent123af84530a761490e0b5da6c3cef638668bbc8a
Import p5-Rose-DBx-AutoReconnect version 0.02.

Rose::DBx::AutoReconnect is a subclass of Rose::DB. Additional
features include:

    * If using new_or_cached() method, will ping() dbh on every
      fetch from cache to ensure that the dbh is connected. This
      extends the basic Rose::DB::Cache behaviour beyond
      mod_perl/Apache::DBI.
    * Convenient logger() method for debugging.
    * Always uses DBI connect_cached() method when creating handles.

Rose::DBx::AutoReconnect was written to allow new_or_cached() to
work with MySQL's "morning bug" and to allow for restarting your
database without restarting your application. See also
Rose::DBx::Cache::Anywhere.
databases/p5-Rose-DBx-AutoReconnect/DESCR [new file with mode: 0644]
databases/p5-Rose-DBx-AutoReconnect/Makefile [new file with mode: 0644]
databases/p5-Rose-DBx-AutoReconnect/distinfo [new file with mode: 0644]