Path to this page:
./
databases/p5-DBIx-Class-Fixtures,
Perl 5 module to handle databases fixtures using DBIx::Class schema
Branch: CURRENT,
Version: 1.001009,
Package name: p5-DBIx-Class-Fixtures-1.001009,
Maintainer: pkgsrc-usersThe Perl 5 module DBIx::Class::Fixtures allows to dump fixtures
from source database to filesystem then import to another database
(with same schema) at any time. Use as a constant dataset for
running tests against or for populating development databases when
impractical to use production clones. Describe fixture set using
relations and conditions based on your DBIx::Class schema.
Required to run:[
sysutils/p5-File-Copy-Recursive] [
textproc/p5-YAML-Syck] [
lang/perl5] [
time/p5-DateTime] [
devel/p5-Path-Class] [
time/p5-DateTime-Format-MySQL] [
time/p5-DateTime-Format-Pg] [
devel/p5-Class-Accessor-Grouped] [
devel/p5-Data-Visitor] [
devel/p5-Config-Any] [
databases/p5-DBIx-Class] [
databases/p5-DBIx-Class-Schema-Loader] [
devel/p5-Data-Dump-Streamer] [
devel/p5-Hash-Merge] [
time/p5-DateTime-Format-SQLite]
Required to build:[
devel/p5-Module-Install]
Master sites: (Expand)
SHA1: da294969200ad7e3ef4ec754f4589f645be018eb
RMD160: 390c114901fa992792886917ef2a5ae234d5f66d
Filesize: 38.741 KB
Version history: (Expand)
- (2010-01-26) Updated to version: p5-DBIx-Class-Fixtures-1.001009
- (2009-09-24) Updated to version: p5-DBIx-Class-Fixtures-1.001003nb1
- (2009-07-19) Updated to version: p5-DBIx-Class-Fixtures-1.001003
- (2009-07-08) Updated to version: p5-DBIx-Class-Fixtures-1.001002
- (2008-10-20) Updated to version: p5-DBIx-Class-Fixtures-1.001001nb1
- (2008-08-30) Package added to pkgsrc.se, version p5-DBIx-Class-Fixtures-1.001001 (created)
CVS history: (Expand)
| 2010-01-26 13:13:32 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating databases/p5-DBIx-Class-Fixtures from 1.001003nb1 to 1.001009
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.001009
- Force operations to work inside a transaction so with_deferred_fks actually works.
1.001008
- Man, I should test better.
1.001007
- Should use Schema->source(), not ->resultset().
1.001006
- Schema->resultset() throws an exception, not return undef, when it can't find
a moniker.
1.001005
- Fixed problem where rules containing an override of has_many weren't applied
correctly.
1.001004
- Fixed problem where descending a has_many to something with two belongs_to
relationships wouldn't get the second belongs_to.
|
| 2009-09-24 08:50:22 by Jens Rehsack | Files touched by this commit (116) |
Log message:
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
|
| 2009-07-19 13:14:04 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package for p5 module DBIx::Class::Fixtures from 1.001002
to 1.001003
- Adjusting dependencies according to META.yml
Upstream changes:
- Fix t/var/configs/*.json to use valid JSON syntax
- Fixed DateTime::Format dependencies
|
| 2009-07-07 19:58:32 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package for p5 module DBIx::Class::Fixtures from 1.001001
to 1.001002
- Adding perl license as license
- Adjust dependencies according to META.yml
Upstream changes:
1.001002
- Allow passing schema object to ->populate
- Check that fixture population dir was created
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-08-29 22:15:22 by Stoned Elipot | Files touched by this commit (3) |  |
Log message:
Initial import of p5-DBIx-Class-Fixtures version 1.001001 in the
NetBSD Packages Collection.
The Perl 5 module DBIx::Class::Fixtures allows to dump fixtures
from source database to filesystem then import to another database
(with same schema) at any time. Use as a constant dataset for
running tests against or for populating development databases when
impractical to use production clones. Describe fixture set using
relations and conditions based on your DBIx::Class schema.
|