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

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