ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-DBI/Changes
(Generate patch)

Comparing AnyEvent-DBI/Changes (file contents):
Revision 1.5 by root, Sat Dec 20 21:28:57 2008 UTC vs.
Revision 1.6 by root, Tue Jun 2 16:16:03 2009 UTC

1Revision history for AnyEvent::DBI 1Revision history for AnyEvent::DBI
2
31.2 Mon Jun 1 12:43:54 PDT 2009
4 - major patch by Adam Rosenstein:
5 - adds an on_connect callback (for reliable failure notification)
6 - adds timeouts to connect and exec
7 - reaps its server processes if you undef your AE::DBI handle and keep
8 running.
9 - option to starts the server with exec, otherwise tries to emulate
10 close-on-exec behavior
11 - adds the begin_work/commit/rollback methods required to actually use
12 transactions
13 - adds accessors for database handle attibutes such as AutoCommit,
14 RaiseError, etc.
15 - adds support for the func() method to interact directly with a driver
16 - add more/real tests.
2 17
31.1 Sat Dec 20 22:28:11 CET 2008 181.1 Sat Dec 20 22:28:11 CET 2008
4 - INCOMPATIBLE CHANGE: pass result value in place of %extra 19 - INCOMPATIBLE CHANGE: pass result value in place of %extra
5 to callbacks. 20 to callbacks.
6 - do not call fetchrow_arrayref on non-select statements. 21 - do not call fetchrow_arrayref on non-select statements.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines