ANNOUNCE: DBD::ADO 2.93

[email protected] ("Steffen Goeldner") Mon, 18 Oct 2004 10:44:36 +0200
Newsgroups perl.dbi.users,perl.dbi.announce
Message-ID <[email protected]>
  file: $CPAN/authors/id/S/SG/SGOELDNER/DBD-ADO-2.93.tar.gz
  size: 42606 bytes
   md5: c3cad1e4b5576895939423f8130da1bb

Changes:

  Implemented do().

  Changed $sth->DESTROY to call finish( $sth ) instead of $sth->finish.
  The old call caused clearing of errors e.g. in $dbh->do().

  Replaced duplicated code in disconnect() with a call to rollback().

  Minor changes to db/st handle attributes.

  Minor changes to table_info()'s parameter handling.

  Modified tests (t/19misc.t, t/25curs.t) to use bind_param().

  Added INSERT tests (t/12ins_b.t, t/12ins_q.t).

  Documented a SQLOLEDB bug, reported by Vahe Sarkissian.


Some test results:

  Microsoft.Jet.OLEDB.4.0

    All tests successful, 47 subtests skipped.

  VFPOLEDB

    Failed Test Stat Wstat Total Fail  Failed  List of Failed
    --------------------------------------------------------------------------
    t\12ins_q.t    4  1024    44    4   9.09%  40-43
    t\14rows.t     2   512    18    2  11.11%  13 15
    t\41ddtbl.t    1   256    33    1   3.03%  16
    t\43ddpk.t     1   256    16    1   6.25%  11
    53 subtests skipped.
    Failed 4/27 test scripts, 85.19% okay. 8/578 subtests failed, 98.62% okay.

  SQLOLEDB

    Failed Test Stat Wstat Total Fail  Failed  List of Failed
    --------------------------------------------------------------------------
    t\12ins_b.t    2   512    64    2   3.12%  32-33
    t\42ddcol.t    1   256    25    1   4.00%  24
    28 subtests skipped.
    Failed 2/27 test scripts, 92.59% okay. 3/578 subtests failed, 99.48% okay.

  MSDAORA

    All tests successful, 50 subtests skipped.


Steffen