DBD-DB2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    Fixed a bug dealing with functions returning SUCCESS_WITH_INFO


=head2 Changes in DBD::DB2 0.66, April 2, 1998

    Rewrote code to support multiple concurrent connections

    Fixed a pair of bugs, dealing with nested error codes not
    being properly returned.

    Tested against DB2 version 5

****
    Added untested routines to SetConnectionOptions and to
    SetStmtOptions ****  Experimental needs to be moved to
    private_*
****


=head2 Changes in DBD::DB2, Dec 10, 1997

    Fixed a pair of errors which resulted in the infamous
      "DBI Handle has uncleared implementors data" on finishing
      statements prior to disconnect.


=head2 Changes in DBD::DB2, Feb 7, 1997

        Created a small pod for DBD::DB2.  Hopefully, this
        will lighten the email load.

        Rolled in all the changes needed to make it compile cleanly
        on Solaris

        Output Parameters for stored procedures now work.

=head2 Changes in DBD::DB2, Dec 12, 1996
        1. This version fixes a problem with setting/unsetting
       AutoCommit on the database handle...I need a better
       test suite :-(

        2. Fixed problem with connect/disconnect/connect cycle

=head2 Changes in DBD::DB2, Oct 7, 1996

Added access to the SetStmtOption call, which in conjunction with
DB2 v 2.1.1 NLV2 will allow asynchronous database access among other
things.  SEE the DB2 CLI manual for details.

NOTE:  I don't have any sufficiently large database to tell if
asynchronous access is working properly.  Other options appear to
be working.....so I'm assuming that asynchronous access is.


=head2 Changes in DBD::DB2, Aug 16, 1996

Fixed the following:

    1. Prototype warnings from xsub.

    2. Invalidated cursor messages when exiting after finishing the
       cursors.

=head2 Changes in DBD::DB2, June 21, 1996

Fixed the following:

    1. Fixed a package naming problem with the Constants package.

           Screwed up the package name change which caused the tests
       to fail on a clean build system.  Unfortunately, on my test
       systems I was picking up an old copy....

NOTE:  **********************************************************

      Any reference to               DB2::Constants,
      MUST now be               DBD::DB2::Constants

*****************************************************************

=head2 Changes in DBD::DB2, June 12, 1996

Fixed the following:

    1.  Not returning the SQLCODE associated with the error.

        All error information is now available from perl - you
        can get SQLCODE from err, sql message string from errstr,
        and SQLSTATE from state.

    2.  Returning a perl failure on connect when a sql failure was
        needed.

        Perl will now see a !defined($var) on connection failure, so
        that scripts my fail gracefully.


=head2 Changes in DBD::DB2, April 25, 1996
    No KNOWN problems -- it is however alpha software.


=head2 Changes in DBD::DB2, Nov. 17, 1995

        NOTE: ***********************************************************
          This will be the last release of DB2perl this year.  I will
          be migrating the functionality to the new foundation just
          announced by Tim.Bunce@ig.co.uk.  Only major bug fixes will
          be done.
    NOTE: ***********************************************************

    Fetching of BLOBs (not CLOBs, or DLOBs) is working.

    Fixed some problems with inserting explicit NULLs into tables and
      retrieving rows containing explict NULLs reported by
      chet@watson.ibm.com


=head2 Changes in DBD::DB2, Sept. 22, 1995
    Fetching data works by either
       @row = $sth->fetchrow()  or ($f1, $f2, $f2) = $sth->fetchrow()

=head2 Changes in DBD::DB2, Sept. 19, 1995



( run in 0.786 second using v1.01-cache-2.11-cpan-39bf76dae61 )