ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-DBI/Changes
Revision: 1.4
Committed: Thu Nov 6 13:56:58 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.3: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for AnyEvent::DBI
2    
3 root 1.3 1.1
4     - INCOMPATIBLE CHANGE: pass result value in place of %extra
5     to callbacks.
6     - do not call fetchrow_arrayref on non-select statements.
7 root 1.4 - do not die on non-fatal errors, unless there is no error callback
8     (reported by Adam Rosenstein).
9 root 1.3
10 root 1.2 1.0 Mon Jun 9 16:27:36 CEST 2008
11 root 1.1 - original version, an AnyEvent::HTTP clone.