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

Comparing AnyEvent-DBI/Changes (file contents):
Revision 1.12 by root, Tue Apr 2 02:13:13 2013 UTC vs.
Revision 1.19 by root, Mon Apr 23 16:31:26 2018 UTC

1Revision history for AnyEvent::DBI 1Revision history for AnyEvent::DBI
2
33.04 Mon Apr 23 18:30:40 CEST 2018
4 - forgot to bump slave version (reported by Felix Ostmann).
5
63.03 Thu Apr 19 06:24:14 CEST 2018
7 - the main process socket was not actually set to nonblocking mode,
8 causing lockups under load (reported by Felix Ostmann).
9
103.02 Mon Sep 4 13:45:56 CEST 2017
11 - fixed module version mismatch (reported by Martin Barth).
12
133.01 Sun Aug 27 11:53:26 CEST 2017
14 - add missing dependency to AnyEvent::Fork.
15
163.0 Tue Aug 15 09:05:30 CEST 2017
17 - the exec_server constructor argument is now ignored, fork vs. exec
18 is now decided by availability of AnyEvent::Fork::Early or not.
19 - experimental support for fetching (but not setting) statement handle
20 attributes: ->stattr.
21 - use AnyEvent::Fork for process management.
22 - switch to CBOR::XS and Convert::Scalar for further speed and memory
23 improvements - a loop doing "select 0" is now almost twice as fast,
24 more impressive speedups are expected for larger results.
25 This also considerably simplified the code.
26 - t/02_sql_lite.t wrongly assumed sqlite doesn't implement instr(), but
27 nowadays, it does.
28 - added stability canary support.
29 - no longer load Scalar::Util, Fcntl, Socket and POSIX modules.
30 - move child code into it's own module, AnyEvent::DBI::Slave.
31 - no longer load DBI (except in slaves).
2 32
32.3 Tue Apr 2 02:59:12 CEST 2013 332.3 Tue Apr 2 02:59:12 CEST 2013
4 - fix begin_work, commit and rollback, that were broken due 34 - fix begin_work, commit and rollback, that were broken due
5 to a precedence problem (analyzed by Jerry Lundström). 35 to a precedence problem (analyzed by Jerry Lundström).
6 - slightly improve tests. 36 - slightly improve tests.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines