The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
################################################################################
#
#   File name: Changes
#   Project: DBD::Illustra
#   Description: Change history
#
#   Author: Peter Haworth
#   Date created: 09/09/1998
#
#   sccs version: 1.4    last changed: 09/29/98
#
#   Copyright (c) 1998 Institute of Physics Publishing
#   You may distribute under the terms of the Artistic License,
#   as distributed with Perl, with the exception that it cannot be placed
#   on a CD-ROM or similar media for commercial distribution without the
#   prior approval of the author.
#
################################################################################

1998/09/29: 0.02_001
  Added table_info support (not that dbish seems to notice)
  Have a go at implementing $h->errstr and $h->state ($h->err is useless)
    - callbacks no longer warn
  Add mostly empty dbd_bind_ph and completely empty dbd_st_blob_read
  Pathetic attempt at supporting {TYPE} info. Illustra doesn't help
  Replace useless test.pl with Jochen Wiedmann's DBD-test

1998/09/22: 0.02 released
  Added $dbh->ping support
  Added more support for metadata @sth->{NULLABLE,PRECISION,SCALE}
  AutoCommit and commit/rollback supported
  Added minimal install info to README

1998/09/18: 0.01_002
  Fixed subsequent select problem (unset ACTIVE on sth when no more rows)
  Added data_sources method (very cheap and cheerful method)
  Added a bit of documentation

1998/09/09: 0.01_001
  Added NAME meta data
  Only first select returns rows if no $sth->finish

1998/08/12: 0.01 released