DBD-ADO

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

2011-03-22  2.99

  Patch to remove annoying warnings during global destruction,
  with tests, from Rafael Kitover.

  Implemented more_results().
  Added tests (t/26more.t).

  Small change to table_info(): no need for client-side cursors.

2011-02-04  2.98

  Fixed a 'Missing argument in sprintf at DBD/ADO/GetInfo.pm line 13'.

  Patch for supporting cygwin in Makefile.PL from Rafael Kitover.

  Added a workaround for ADO Providers that don't accept a parameter size 0,
  spotted by Jeff Picklyk.
  Added test (12bind.t).

  Added the CLONE special subroutine, spotted by Jeff Picklyk.

2009-03-22  2.97

  Added tests for bind_param_inout() (t/28sp.t).

  Patch for supporting bind_param_inout() from Peter Mei.

2006-12-17  2.96

  Implemented statistics_info().
  Added tests (t/45ddst.t).

  Fixed bug: Application uses a value of the wrong type for the current
  operation, reported by amonotod.

  Fixed bug: Can't use string ("3") as a HASH ref while "strict refs"
  in use at ADO.pm line 1022, reported by John Derrick.

  Added support for the adExecuteStream option thanks to Luke Bakken.

2005-12-04  2.95

  Changed bind_param() to use an optional ado_size attribute.
  This is a workaround for the SQLOLEDB bug documented earlier.

  Replaced global error variables with handle attributes.

2005-01-30  2.94

  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.

2004-10-17  2.93

  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().



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