NOTICE: This package has been removed from pkgsrc

./wip/p5-Data-ObjectDriver, Simple and generic abstraction to databases

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.09, Package name: p5-Data-ObjectDriver-0.09, Maintainer: hiramatu

Data::ObjectDriver providing a simple and generic abstraction
to databases (DBI and otherwise), along with support for
partitioning and caching.


Required to run:
[databases/p5-DBI] [lang/perl5] [devel/p5-Class-Accessor] [devel/p5-Class-Data-Inheritable] [devel/p5-Class-Trigger] [textproc/p5-Text-SimpleTable]

Master sites: (Expand)

SHA1: 516031f61f1674934c747e763eb229155f196503
RMD160: 0981a56e3c379a9e5fcc1202db2fd381037341bd
Filesize: 106.312 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-02-17 11:10:31 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-Data-ObjectDriver to 0.09.

Changes from previous:
----------------------
0.09 2011.03.17
    - Fix reuse_dbh behaviour when ping fails on driver->dbh (RT 65448)

0.08 2010.12.06
    - Fixed issue where a profiler cannot be returned if $@ is set
      https://github.com/sixapart/data-objectdriver/pull/1 (Akira Sawada)
    - Adds a new restricted IO operation mode controlled by the
      $Data::ObjectDriver::RESTRICT_IO flag (Brad Whitaker)
   2010-03-24 06:02:08 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Updated to 0.07.

Changes from 0.06.

0.07 2010.03.22
    - When an object is changed, delete the cache instead of updating it.
      It is a bit more expensive, but should safer.
    - Fixed a uuv warning thanks to Kazuhiro Shibuya
    - Fixed a issue in the test suite for newer version of SQLite
      reported by Emmanuel Seyman
      http://rt.cpan.org/Ticket/Display.html?id=45186
    - Fixed boggus bulk_insert() in the MySQL driver
    - Fixed a perl5.11 warning
    - In case you haven't noticed DOD is now on github, bye svn.
   2010-03-16 07:38:30 by Hiramatsu Yoshifumi | Files touched by this commit (3) | Imported package
Log message:
Import p5-Data-ObjectDriver-0.06 as wip/p5-Data-ObjectDriver.

Data::ObjectDriver providing a simple and generic abstraction
to databases (DBI and otherwise), along with support for
partitioning and caching.