1998-10-20  Jochen Wiedmann  <joe@ispsoft.de> (0.1016)

	* lib/Bundle/DBD/CSV.pm: Added lib/Bundle/DBD/CSV.pm
	* lib/DBD/File.pm: Added $dbh->table_info(). Added
	  $dbh->type_info_all(). Added $dbh->quote($str, $type).

1998-09-17  Jochen Wiedmann  <joe@ispsoft.de> (0.1015)

	* lib/DBD/CSV.pm: Fixed bug in the docs, the "undef" argument
	  was missing in conjunction with parameters,
	  Honza Pazdziora <adelton@fi.muni.cz>.
	* lib/DBD/CSV.pm: Added csv_eol, csv_sep_char, csv_quote_char
	  and csv_escape_char to DSN.

1998-08-31  Jochen Wiedmann  <joe@ispsoft.de> (0.1014)

	* Makefile.PL: Added AUTHOR, ABSTRACT_FROM and PREREQ_PM.
	* Makefile.PL: Fixed error handling by using DBI::set_err.

1998-08-17  Jochen Wiedmann  <joe@ispsoft.de> (0.1013)

	* lib/DBD/File.pm (drop): $self->{'fh'} is now closed before
	  unlinking it. This makes DROP TABLE work under Win32 and
	  other Non-Unixes.

1998-08-17  Jochen Wiedmann  <joe@ispsoft.de> (0.1012)

	* lib/DBD/File.pm (open_table): Added binmode.
	* Added Gerald Richter's modifications for DBD::ConfFile to the
	  test suite.
	* DBD-File/File.pm: Removed DBD::File::SetError and SetWarning.
	  Replaced $sth->func('get_fbav') with $sth->get_fbav() (Requires
	  DBI 0.94). DBD::File is now a Perl-Only driver.
	* DBD-File/File.pm (fetch): Fixed a DBD::CSV::SetError to
	  DBD::File::SetError; thanks to Gerald Richter
	  (richter@ecos.de)
	* DBD-File/File.pm: Fixed some $sth->{attr}'s to $sth->FETCH|STORE,
	  my thanks to Gerald Richter.

1998-06-25  Jochen Wiedmann  <joe@ispsoft.de> (0.1011)

	* DBD-File/File.pm (execute): Added missing eval around
	  $stmt->execute();
	* DBD-File/File.pm (FETCH): $sth->{TYPE} is now returning
	  undef (workaround for a bug in DBI 0.93).

1998-06-11  Jochen Wiedmann  <joe@ispsoft.de>   (0.1010)

	* Added DBD::File, DBD::CSV is derived from it.

	* CSV.pm (open_table): Added $dbh->{tables}->{$table}->{file}.

1998-05-21  Jochen Wiedmann  <joe@ispsoft.de>   (0.1002)

	* CSV.pm: Now using the misc.files_as_tables feature
	  of SQL::Statement

1998-05-05  Jochen Wiedmann  <joe@ispsoft.de>	(0.1000)

	* Initial version