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

Comparing AnyEvent-DBI/Changes (file contents):
Revision 1.1 by root, Fri Jun 6 15:35:46 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 2
31.0 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.
17
181.1 Sat Dec 20 22:28:11 CET 2008
19 - INCOMPATIBLE CHANGE: pass result value in place of %extra
20 to callbacks.
21 - do not call fetchrow_arrayref on non-select statements.
22 - do not die on non-fatal errors, unless there is no error callback
23 (reported by Adam Rosenstein).
24
251.0 Mon Jun 9 16:27:36 CEST 2008
4 - original version, an AnyEvent::HTTP clone. 26 - original version, an AnyEvent::HTTP clone.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines