The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
*** Release 0.24

    Mon 28 May 2002 <h.m.brand@hccnet.nl>

	- Minor adjustments for perl-5.7.3 / DBI-1.21
	- Disable networked databases by default
	- Added installu.pl (make installu) to support multiple
	  versions alongside
	- README changes for 8.1 (UTF-8, network support, install)
	- Tested against DBI-1.23

*** Release 0.23

    Mon 27 Aug 2001 <h.m.brand@hccnet.nl>

	- README tweaks and additions
	- Unify => SQL types (->{TYPE} attribute is now ANSI/ODBC)
	  see README section RESTRICTIONS
	- Tested against DBI-1.20

*** Release 0.22

    Tue 24 Jul 2001 <h.m.brand@hccnet.nl>

	- Basic support for DATE/TIME (Tom Poage)
	- Extended test suite for testing DATE/TIME
	- Alter test behaviour due to authorization failures
	- Safer internals for field name and string values
	- Optional attributes to table_info (from dbi_dev)
	- Acknowledgements in README (Thanks Tom ;-)
	- Many more changes in README (varargs is now solved; requirements;
	  todo; restrictions)
	- Added COPYRIGHT & LICENSE to Unify.pm and README
	- Suppressed PrintError in t/03-general for DBI-1.18 and up
	- Minor doc additions in Unify.pm
	- Major additions and changes to test suite. Notably t/21-uni-regex.t
	  to see if the SHLIKE bug exists in the current configuration
	- Minor adjustments for DBI-1.19 and table_info change
	- Added link_info (experimental)

*** Release 0.21

    Wed 28 Mar 2001 <h.m.brand@hccnet.nl>

	- Some changes to README
	- Reorganization of test suite; Signaling of not (yet) implemented
	  functionality; Testing all DBI's documented features
	- prototypes (Tom Poage)
	- varargs/stdarg from perl config

*** Release 0.20

    Mon 26 Feb 2001 <h.m.brand@hccnet.nl>

	- Illegal memory access in debugging statement (oops)
	- Internet references (requested by Tim)

*** Release 0.12

    Wed 10 Jan 2001 <h.m.brand@hccnet.nl>

	- AIX nurse was killing the kids. Simplified nursing.
	- Removed dTHR calls
	- Added connect.t to move auto-destroy from general.t (which is now
	  more destroy safe)
	- Small tweaks to Unify.pm pod

*** Release 0.11

    Mon 11 Dec 2000 <h.m.brand@hccnet.nl>

	- Nursed the orphins myself :-))
	  (Destructable statement handles are now destroyed on commit,
	   rollback and disconnect)

*** Release 0.10

    Fri 17 Nov 2000 <h.m.brand@hccnet.nl>

	- Added test for bind_columns (marked as tested in pod)
	- Moved prepare destruction from finish to DESTROY
	- Added test for execute after finish
	- Changed internal return codes from -1 (failure) to 0
	- Added a few tests (borrowed from Oracle)
	- Checked for connection (and fail on some actions if not connected)
	- Enabled 'ping' method
	- Stripped SQL comments
	- Implemented $sth->rows method + test

*** Release 0.09

    Tue 02 Aug 2000 <h.m.brand@hccnet.nl>

	- Added doc for use of stdarg in README
	- Added tests for statement handle attributes
	- Added string length to sth->{PRECISION}
	- Small README changes of what's done
	- table_info () now returns the fields in the expected order
	- Corrected small typo's in pod

*** Release 0.08

    Mon 19 May 2000 <h.m.brand@hccnet.nl>

	- Described output (DBIc_NUM_FIELDS (imp_sth)) and input
	  (DBIc_NUM_PARAMS (imp_sth)) seperately, so the {NAME} attribute
	  is now also supported for OSF/1
	- Repaired ID allocation if exceeded default maximum of 32
	- Added test for ID allocation

*** Release 0.07

    Wed 03 May 2000 <h.m.brand@hccnet.nl>

	- Added imp_dbh.id to allow multiple DB handles on same DB preventing
	  conflicts with dynamic naming.
	  Multiple different Unify DB's is not (yet) supported by the Unify
	  E/SQL environment. :-((
	- Stringified REAL, FLOAT and (HUGE) AMOUNT values on fetch, but still
	  preserving the numeric context (it's an SvNV alright).
	- Updated pod sections in Unify.pm

*** Release 0.06

    Wed 05 Apr 2000 <h.m.brand@hccnet.nl>

	- Saved field descriptor data to implement correct return values of
	  $sth->fetchrow_hashref () calls
	- Test now realy CHECKS what happened, not only spits out what I
	  would recognize as succeeded test output. I still rely on RaiseError
	  to crash the test on DB failures.

*** Release 0.05

    Thu 23 Mar 2000 <h.m.brand@hccnet.nl>

	- Recognize strings w/ negative numbers in bind where !SvIOK (value)
	  In fact drop the SvIOK () check alltogether and let SvIV () do the
	  job, including the warnings. I still want to be able to check the
	  value BEFORE the warning, but we'll see ...
	- Index display in bind failure

*** Release 0.04

    Wed 15 Feb 2000 <h.m.brand@hccnet.nl>

	- Oops, forgot to close open cursor on re-execute
	- Full implementation of positional parameters includes
	  Auto conversion from SvPV's (string) to SvIV's (numeric)
	- Test includes positional inserts
	- Test includes updates and positional updates
	- Added $dbh->{DBDverbose} (see pod)

*** Release 0.03

    Wed 09 Feb 2000 <h.m.brand@hccnet.nl>

	- Changes to Makefile.PL to support AIX
	- Forced prefer varargs over stdarg in dbdimp.ic :-(
	- Implemented positional parameters :-)

*** Release 0.02

    Thu 03 Feb 2000 <h.m.brand@hccnet.nl>

	- Support for SCANLEVEL
	- connect () destroyed $DBPATH :-(
	- Makefile.PL cleanup
	- Minor changes to Unify.pm following DBI::DBD docs
	- ChopBlanks honoured (default on)
	- sqlError () provides descriptive message
	- Unlimited number of statement handles :-)
	  I found out I used outdated books :-(
	- dbdimp.h cleanup started

*** Release 0.01

    Tue 18 Jan 2000 <h.m.brand@hccnet.nl>

	- First public port