2003-10-19  2.75

	Improved error handling.

	Moved get_info() tests from t/15func.t into t/05gi.t and
	added diagnosis output.

2003-10-12  2.74

	Improved prepare/bind_param/execute for providers which
	fail to parse placeholders correctly.

	Modified t/05meth.t to use Test::More.

	Rearranged some tests.

2003-10-05  2.73

	Modified t/17conn.t to avoid an error message on stderr.

	Fixed an error in the creation of the $sth->{TYPE} array.

	Fixed the error ' does not exist in hash', reported by Michael
	Blackmore.
	The regexp didn't take into account that FoxPro type names
	consist of only one letter.

	Dropped a test in t/23warn.t (and added it to the TODO list).

	Fixed warning 'Use of uninitialized value in numeric ne (!=)' at
	t/15func.t line 233 and 275.

	Fixed warning 'Use of uninitialized value in concatenation (.)
	or string' at t/15func.t line 102, 110 and 121.

	Fixed warning 'Use of uninitialized value in join or string' at
	t/15func.t line 242.

	Modified t/01base.t to use Test::More.

	Fixed warning 'unexpected =item directive in paragraph 292' at
	lib/DBD/ADO.pm line 2301.

2003-09-03  2.72

	Moved DBD::ADO::TypeInfo from DBD/ADO.pm to DBD/ADO/TypeInfo.pm.

	Fixed number of tests at t/15func.t.

	Fixed warning 'Use of uninitialized value in string eq' at
	t/02simple.t line 54.

2003-08-31  2.71

	New maintainer: Steffen Goeldner <sgoeldner@cpan.org>.

2003-08-22  2.70

	Bug fix from Yimin Zheng regarding undef/null values passed as
	parameters to bind_param and/or execute
	Thanks Yimin.

	Enhancement to Meta Data support from Steffen Goeldner.
	Thanks Steffen.

	Modified all tests to skip if DBI_DSN is not defined.  This should
	allow the automatic CPAN build at ActiveState to create a PPM for
	DBD::ADO

	Did minor clean up in the test and warning messages for uninitialized
	values.

2002-11-09  2.60

	So what happened to the notes for 2.6?

2002-04-14  2.50

	Bug fix from Jacqui Caren <jacqui.caren@ig.co.uk>, apply to bind image.

	Meta Data support from Steffen Goeldner.
		Includes:
			get_info
			Improved table_info
			column_info
			primary_key_info
			foreign_key_info
			Improved ADO to ODBC type conversions.

	package DBD::ADO::TypeInfo from Steffen Goeldner, however
	none of the current code is using this package, yet.

	Remove temp constants needed until DBI support SQL_* values.

	Added more tests.

2001-10-24  2.40

	Patch for supporting primary_key_info from Steffen Goeldner
		Thanks Steffen!
	Bug in function call to openschema from Steffen Goeldner
		Thanks Steffen!
	Added support for CursorType.
	Fixed error messages to return more meaningful numbers.
	Fixed Nullable attribute.
	Added more documentation.
	Modified most of the tests to use Test::More.

2001-05-29  2.10

	First CPAN release apart from DBI.
	Version number correction.
	Patch from Simon Oliver:  Warning messages from undefined values.

	New maintainer: Thomas Lowery

-------------------------------------------------------------------------------

2001-08-24  1.20

  Removed (unbundled) DBD::ADO from the DBI distribution.

2001-05-29  1.16

  Improvements in error handling from Thomas Lowery.

2001-03-30  1.15

  Many enhancements thanks to Thomas Lowery.

2000-06-11  1.14

  Added table_info() thanks to Thomas Lowery.

  Improved type_info_all() thanks to Thomas Lowery.

1999-07-12  1.13

  Improved data fetch performance.

  Added GetTypeInfo() thanks to Thomas Lowery.

1999-06-29  1.12

  Fixed significant bug (fetch skipped first row).

1999-06-17  1.11

  Fixed missing namespace (qualified Variant() with Win32::OLE).

1999-05-26  1.09

  Added variable to precompute VT_I4 | VT_BYREF.

1999-05-13  1.08

  Many enhancements thanks to Phlip and others.

1999-01-04  1.05

  Improved connect() thanks to Phlip.

1999-01-01  1.03

  First (very experimental) public release as part of DBI.