summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract-Classic
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-09-08p5-SQL-Abstract-Classic: make some TEST_DEPENDS DEPENDS.wiz1-5/+6
They should be test dependencies, but the build framework checks for them as runtime dependencies. Bump PKGREVISION.
2020-09-06databases/p5-SQL-Abstract-Classic: import p5-SQL-Abstract-Classic-1.91wiz3-0/+35
This module was inspired by the excellent DBIx::Abstract. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to create an abstract SQL generation module.