DBD-Unify
view release on metacpan or search on metacpan
* 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
0.11 - 11 Dec 2000, H.Merijn Brand
* Nursed the orphans myself :-))
(Destructable statement handles are now destroyed on commit,
rollback and disconnect)
0.10 - 17 Nov 2000, H.Merijn Brand
* 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
0.09 - 02 Aug 2000, H.Merijn Brand
* 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
0.08 - 19 May 2000, H.Merijn Brand
* Described output (DBIc_NUM_FIELDS (imp_sth)) and input
(DBIc_NUM_PARAMS (imp_sth)) separately, 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
0.07 - 03 May 2000, H.Merijn Brand
* 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
0.06 - 05 Apr 2000, H.Merijn Brand
* Saved field descriptor data to implement correct return values of
$sth->fetchrow_hashref () calls
* Test now really 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.
0.05 - 23 Mar 2000, H.Merijn Brand
* Recognize strings w/ negative numbers in bind where !SvIOK (value)
In fact drop the SvIOK () check altogether 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
0.04 - 15 Feb 2000, H.Merijn Brand
* 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)
0.03 - 09 Feb 2000, H.Merijn Brand
* Changes to Makefile.PL to support AIX
* Forced prefer varargs over stdarg in dbdimp.ic :-(
* Implemented positional parameters :-)
0.02 - 03 Feb 2000, H.Merijn Brand
* Support for SCANLEVEL
* connect () destroyed $DBPATH :-(
* Makefile.PL cleanup
* Minor changes to Unify.pm following DBI::DBD docs
* ChopBlanks honored (default on)
* sqlError () provides descriptive message
* Unlimited number of statement handles :-)
I found out I used outdated books :-(
* dbdimp.h cleanup started
0.01 - 18 Jan 2000, H.Merijn Brand
* First public port
( run in 0.708 second using v1.01-cache-2.11-cpan-39bf76dae61 )