ANNOUNCE: DBD::ADO 2.94

From: Steffen Goeldner (sgoeldner_at_cpan.org)
Date: 01/31/05


To: <dbi-announce@perl.org>
Date: Mon, 31 Jan 2005 10:49:52 +0100


  file: $CPAN/authors/id/S/SG/SGOELDNER/DBD-ADO-2.94.tar.gz
  size: 41994 bytes
   md5: 88531f231c006c55328a8f355cb5325d

Changes:

  Reworked db/st handle attributes:
  - fetching all the data of a SELECT sets Active off
  - dropped the RowsInCache attribute (ADO doesn't provide this
    information and it was confused with RowCacheSize anyway)
  - added support for the RowCacheSize attribute
  - dropped the User attribute
  - deprecated CursorType, Filter, ADO_Columns, Trim_Catalog
    (use the corresponding ado_* attributes)
  - added ado_ConnectionTimeout and ado_Mode to avoid the abuse of the
    ConnectionString

  Renamed ADOTEST to DBD_TEST.

Steffen