The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension DBIx::HA.

0.95 Mon Nov 29 16:11:00 2004
	- Much more reliable operation, especially in regards to timeouts.
	- Now requires DBD::Sybase 1.04_14 or above if using Sybase.
	- Got rid of the non-portable "select 1" and replaced it with	
	  a reconnect.

0.91 Tue Oct 19 11:42:17 2004
	- Significant rewrite to take advantage of DBI 1.44+'s
	  swap_inner_handle(), simplifying the code a lot. It is now
	  unnecessary to set up a callback only to clear cached handles.
	- Multiple additional bug fixes and documentation updates.

0.61 Wed Apr 28 11:51:52 2004
	- Major bug fixes, specifically in the application failover logic.
	- Some code optimizations.
	- Now checking the prepare() method for validity of active handle.
	- POD updates. Added dependencies section.

0.56 Wed Feb 04 12:02:00 2004
	- Removed dependencies on Apache::DBI. There was no error
	  under 5.8.1 but 5.8.0 wasn't passing tests. Apache::DBI
	  will still be used if found.

0.55 Fri Jan 30 12:42:00 2004
	- Added test scripts

0.54 Wed Jan 21 19:20:00 2004
	- Prepped for first outside release.
	- Added extensive POD.

0.01  Wed Jan 21 19:20:00 2004
	- original version; created by h2xs 1.22 with options
		-AX -n DBIx::HA