Revision history for AnyEvent::DBI 1.2 Mon Jun 1 12:43:54 PDT 2009 - major patch by Adam Rosenstein: - adds an on_connect callback (for reliable failure notification) - adds timeouts to connect and exec - reaps its server processes if you undef your AE::DBI handle and keep running. - option to starts the server with exec, otherwise tries to emulate close-on-exec behavior - adds the begin_work/commit/rollback methods required to actually use transactions - adds accessors for database handle attibutes such as AutoCommit, RaiseError, etc. - adds support for the func() method to interact directly with a driver - add more/real tests. 1.1 Sat Dec 20 22:28:11 CET 2008 - INCOMPATIBLE CHANGE: pass result value in place of %extra to callbacks. - do not call fetchrow_arrayref on non-select statements. - do not die on non-fatal errors, unless there is no error callback (reported by Adam Rosenstein). 1.0 Mon Jun 9 16:27:36 CEST 2008 - original version, an AnyEvent::HTTP clone.