summaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-AbstractSearch/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2008-06-20Update Class-DBI-AbstractSearch to version 0.07.he1-4/+4
Changes: 0.07 Thu Oct 6 02:40:16 UTC 2005 - Fixed test suite for Windows which can't rm files while opening [cpan #14935] 0.06 Tue Aug 23 22:03:22 UTC 2005 - Now uses SQL::Abstract::Limit to allow limit SQL (Thanks to David R. Baird)
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-20Import p5-Class-DBI-AbstractSearch version 0.05.he1-0/+4
Description: Class::DBI provides a convenient abstraction layer to a database. It not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions (triggers, referential integrity, cascading delete etc.), at the application level, rather than at the database. This is particularly useful when using a database which doesn't support these (such as MySQL), or when you would like your code to be portable across multiple databases which might implement these things in different ways. In short, Class::DBI aims to make it simple to introduce 'best practice' when dealing with data stored in a relational database.