ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-DBI/Changes
Revision: 1.5
Committed: Sat Dec 20 21:28:57 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1
Changes since 1.4: +1 -1 lines
Log Message:
1.1

File Contents

# User Rev Content
1 root 1.1 Revision history for AnyEvent::DBI
2    
3 root 1.5 1.1 Sat Dec 20 22:28:11 CET 2008
4 root 1.3 - 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.