./databases/p5-SQL-Abstract-Classic, Generate SQL from Perl data structures

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.91nb4, Package name: p5-SQL-Abstract-Classic-1.91nb4, Maintainer: pkgsrc-users

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.


Required to run:
[databases/p5-SQL-Abstract] [lang/perl5] [devel/p5-Test-Exception] [devel/p5-Test-Deep] [devel/p5-Test-Warn] [devel/p5-MRO-Compat] [devel/p5-Moo]

Master sites: (Expand)

Filesize: 76.627 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

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-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-08 13:39:01 by Thomas Klausner | Files touched by this commit (1)
Log message:
p5-SQL-Abstract-Classic: make some TEST_DEPENDS DEPENDS.

They should be test dependencies, but the build framework checks
for them as runtime dependencies.

Bump PKGREVISION.
   2020-09-06 23:04:38 by Thomas Klausner | Files touched by this commit (3)
Log message:
databases/p5-SQL-Abstract-Classic: import p5-SQL-Abstract-Classic-1.91

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.