ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-DBI/Changes
Revision: 1.6
Committed: Tue Jun 2 16:16:03 2009 UTC (14 years, 11 months ago) by root
Branch: MAIN
Changes since 1.5: +15 -0 lines
Log Message:
big patch by adam

File Contents

# Content
1 Revision history for AnyEvent::DBI
2
3 1.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
18 1.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
25 1.0 Mon Jun 9 16:27:36 CEST 2008
26 - original version, an AnyEvent::HTTP clone.