Path to this page:
./
databases/p5-SQL-Abstract,
Generate SQL from Perl data structures
Branch: CURRENT,
Version: 2.000001nb3,
Package name: p5-SQL-Abstract-2.000001nb3,
Maintainer: heThis module was inspired by the excellent the DBIx::Abstract manpage.
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:[
lang/perl5] [
devel/p5-Test-Deep] [
devel/p5-Getopt-Long-Descriptive] [
devel/p5-Class-Accessor-Grouped] [
devel/p5-MRO-Compat] [
devel/p5-Hash-Merge] [
devel/p5-Data-Dumper-Concise]
Required to build:[
devel/p5-Test-Exception] [
devel/p5-Test-Warn] [
devel/p5-Tree-DAG_Node] [
devel/p5-Moo]
Master sites: (Expand)
Filesize: 131.406 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-SQL-Abstract-2.000001nb3
- (2022-06-28) Updated to version: p5-SQL-Abstract-2.000001nb2
- (2021-05-25) Updated to version: p5-SQL-Abstract-2.000001nb1
- (2021-02-11) Updated to version: p5-SQL-Abstract-2.000001
- (2020-09-07) Updated to version: p5-SQL-Abstract-1.87
- (2020-08-31) Updated to version: p5-SQL-Abstract-1.86nb3
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
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
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
|
2021-02-11 01:15:19 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.000001
Add missing DEPENDS
Upstream changes:
2.000001 - 2021-01-23
- Remove Module::Runtime requirement
2.000000 - 2021-01-21
- Collapse custom join conditions back to something DBIC might understand
1.90_03 - 2019-10-13
- Add proof of concept DBIx::Class::SQLMaker::Role::SQLA2Passthrough
- _where_field_IN/BETWEEN are documented as subclassable; feature restored
1.90_02 - 2019-10-12
- fix DBIC ident op expander compat wrapper to handle call as unop
1.90_01 - 2019-10-09
- Complete overhaul of the internals, see the SQL::Abstract::Reference
docs to understand the new implementation's affordances.
|
2020-09-07 00:02:06 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-SQL-Abstract: update to 1.87.
1.87 - 2020-06-02
- Add runtime dependency on Test::Deep and Test::Builder::Module for
SQL::Abstract::Test (RT#131623)
|