Path to this page:
./
databases/p5-DBIx-Class,
Extensible and flexible object <-> relational mapper
Branch: CURRENT,
Version: 0.082843nb2,
Package name: p5-DBIx-Class-0.082843nb2,
Maintainer: pkgsrc-usersThis is an SQL to OO mapper, inspired by the Class::DBI framework, and
meant to support compability with it, while restructuring the internals
and making it possible to support some new features like self-joins,
distinct, group bys and more.
This project is still at an early stage, so the maintainers don't make
any absolute promise that full backwards-compatibility will be
supported; however, if we can without compromising the improvements
we're trying to make, we will, and any non-compatible changes will merit
a full justification on the mailing list and a CPAN developer release
for people to test against.
Required to run:[
databases/p5-DBI] [
lang/perl5] [
devel/p5-Class-Inspector] [
devel/p5-Path-Class] [
devel/p5-Class-Accessor-Grouped] [
devel/p5-MRO-Compat] [
devel/p5-Module-Find] [
devel/p5-Config-Any] [
devel/p5-Scope-Guard] [
devel/p5-Class-C3-Componentised] [
devel/p5-Class-Method-Modifiers] [
devel/p5-namespace-clean] [
devel/p5-Sub-Name] [
devel/p5-Data-Compare] [
devel/p5-Hash-Merge] [
devel/p5-Devel-GlobalDestruction] [
devel/p5-Context-Preserve] [
devel/p5-Try-Tiny] [
devel/p5-Data-Dumper-Concise] [
devel/p5-Moo] [
databases/p5-SQL-Abstract-Classic]
Required to build:[
databases/p5-DBD-SQLite] [
databases/p5-Class-DBI] [
devel/p5-Test-Exception] [
devel/p5-Test-Deep] [
devel/p5-Test-Warn] [
databases/p5-SQL-Translator] [
devel/p5-Package-Stash]
Master sites: (Expand)
Filesize: 858.78 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-DBIx-Class-0.082843nb2
- (2023-07-06) Updated to version: p5-DBIx-Class-0.082843nb1
- (2022-11-06) Updated to version: p5-DBIx-Class-0.082843
- (2022-06-28) Updated to version: p5-DBIx-Class-0.082842nb2
- (2021-05-25) Updated to version: p5-DBIx-Class-0.082842nb1
- (2020-09-07) Updated to version: p5-DBIx-Class-0.082842
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-11-06 11:45:35 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.082843
Upstream changes:
0.082843 2022-05-17 10:50 (UTC)
* Fixes
- Adjust tests to account for DBD::SQLite's column_info() no longer
being case-preserving in recent versions
- Fix t/storage/replicated.t relying on no-longer-available module
- Adjust t/53lean_startup.t to work around spurious changes in
Perl5 core (GH#143)
|
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-06 23:27:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DBIx-Class: update to 0.082842.
0.082842 2020-06-16 20:10 (UTC)
* New Features
- An on_connect rebase_sqlmaker call allowing experimentation with
non-core SQL generators on a per-$schema-instance basis
https://is.gd/DBIC_rebase_sqlmaker
- Automatically detect and use multi-column IN on recent versions of
libsqlite: ... WHERE ( foo, bar ) IN ( SELECT foo, bar FROM ... )
* Fixes
- Fix silent failure to retrieve a primary key (RT#80283) or worse:
returning an incorrect value (RT#115381) in case a rdbms-side autoinc
column is declared as PK with the is_auto_increment attribute unset
- Fix overly-aggressive condition unrolling, corrupting custom ops with
array arguments (RT#132390)
- Fix docs on how to properly use Moo(se) in ResultSet's, and fix a
corner case of ->count not functioning properly when the old recipe
was being used (GH#105)
- Fix incorrect ::Storage->_ping() behavior under Sybase (RT#114214)
- Work around breakage in Hash::Merge by soft-requiring Clone as part
of the replicated subsystem (RT#124321)
* Misc
- DBIC_TRACE_PROFILE=... now uses a ::Storage::Statistics subclass
DBIx::Class::Storage::Debug::PrettyTrace which properly ships as a
part of this distrinbution
- Switch out SQL::Abstract dependency with a slower moving dist
- Remove Data::Page dependency by inlining its entirety into the core
DBIx::Class::ResultSet::Pager (RT#130686)
|