Revision history for Perl extension DBIx::DWIW.
0.25 Thu Jun 6 16:01:11
- added Begin(), Commit(), and Rollback() for safe transaction
handling
- cleaned up the output of Dump() so that it doesn't try to
dump keys with undef values.
0.24 Mon Apr 8 17:24:47 2002
- added Dump() method for debugging what's going on
0.23 Fri Mar 29 00:10:47 2002
- implement Timeout option in Connect() as documented
0.22 Fri Mar 22 00:10:47 2002
- fixed Makefile.PL to depend on Time::HiRes
0.21 Tue Mar 19 16:26:00 2002
- extended the Hash() method to act as an iterator in some cases
0.20 Fri Mar 15 10:00:00 2002
- various updates missing between now and 0.14
- added and documented proxy and timeout support
- fixed a few stupid bugs and doc problems
0.14 Fri Dec 14 16:05:00 2001
- allow generic sql queries to be passed sql with placeholders and
bind values
0.13 Tue Nov 27 10:15:00 2001
- changed alias setting like *sub2 = *sub1 to *sub2 = \&sub1
0.12 Wed Oct 24 09:51:57 2001
- Add Port connection parameter.
0.11 Tue Oct 23 23:58:52 2001
- Improve "not connected" error messages.
0.10 Wed Oct 16 11:07:41 2001
- I was dumb.
0.09 Wed Oct 16 11:01:41 2001
- move DESTROY() code to Disconnect() where it belongs.
0.08 Mon Oct 16 12:25:41 2001
- added a $sth->finish() call in DESTROY() for statements.
0.07 Sun Oct 15 15:11:02 2001
- fix documentation bug in MyDBI.pm left over from earlier
0.06 Sat Oct 14 22:01:22 2001
- first release to CPAN with lots of doc cleanups
0.01 Fri Sep 14 13:58:52 2001
- original version; created by h2xs 1.21 with options
-X -n DBIx::DWIW