diff options
author | wen <wen@pkgsrc.org> | 2014-11-23 13:40:25 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-11-23 13:40:25 +0000 |
commit | 734b245542ec3df3d41eb502f4af3db5170ddf48 (patch) | |
tree | b64baf9fcc470cbf8b1f45d7521aebbd3f7df1e3 /databases/p5-DBIx-Class-Schema-Loader | |
parent | ae0f837364d22446ddd7a8c791909ac3e6f3fed2 (diff) | |
download | pkgsrc-734b245542ec3df3d41eb502f4af3db5170ddf48.tar.gz |
Update to 0.07042
Upstream changes:
Revision history for Perl extension DBIx::Class::Schema::Loader
- Fix unescaped left braces in regexes in tests
- Use undef instead of '%' for the table and type arguments
to $dbh->tables (fixes breakage with DBD::Pg 3.4.0)
0.07041 2014-08-09
- Fix many_to_many bridges going back to the same table
- Don't disconnect after ->load in static mode
(fixes Pg test failure with the upcoming DBIC 0.082800)
- Set up Travis smoking (mostly stolen from DBIC)
0.07040 2014-05-27
- Add options to omit the version and timestamp from the
generated code (RT#92300)
- Skip dumping unique indexes with expressions (RT#93613)
- Fix dumping unique indexes with DBD::Pg < 1.50
- Fix inconsistent naming of duplicate unique constraints
- Avoid clobbering caller's $_ (RT#96010)
0.07039 2014-01-06
- Fix table listing with DBD::DB2 >= 1.85 (RT#91764)
- Add accessor for the list of (re)generated classes
- Add dry-run mode for static schema creation
0.07038 2013-11-20
- Allow coderef maps to call back into the hashref mapping code
- Fix MySQL column info detection with multiple schemas (RT#82358)
- Fix skip count for Oracle multi-schema tests
- Actually test data types that require separate tables
- Fix national character type sizes on DBD::Oracle >= 1.52
- Fix detection of qualified sequence names for Oracle (RT#90341)
0.07037 2013-10-30
- Allow overriding individual moniker parts
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader')
-rw-r--r-- | databases/p5-DBIx-Class-Schema-Loader/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-Schema-Loader/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile index 793457c6c62..d06da2d77ff 100644 --- a/databases/p5-DBIx-Class-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2014/05/29 23:35:28 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/11/23 13:40:25 wen Exp $ -DISTNAME= DBIx-Class-Schema-Loader-0.07036 +DISTNAME= DBIx-Class-Schema-Loader-0.07042 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-Class-Schema-Loader/distinfo b/databases/p5-DBIx-Class-Schema-Loader/distinfo index 7321ecd0f9a..1ded63d1f41 100644 --- a/databases/p5-DBIx-Class-Schema-Loader/distinfo +++ b/databases/p5-DBIx-Class-Schema-Loader/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2013/09/05 18:30:40 wiz Exp $ +$NetBSD: distinfo,v 1.13 2014/11/23 13:40:25 wen Exp $ -SHA1 (DBIx-Class-Schema-Loader-0.07036.tar.gz) = 0b5a586f53a94de6e8d53534edc4fdcd1c739eea -RMD160 (DBIx-Class-Schema-Loader-0.07036.tar.gz) = 729c044e29c56d129ba75ceb15a1e07ce34ce646 -Size (DBIx-Class-Schema-Loader-0.07036.tar.gz) = 206925 bytes +SHA1 (DBIx-Class-Schema-Loader-0.07042.tar.gz) = c422a6d4f867504eafbcc00c969092d40dcb47c4 +RMD160 (DBIx-Class-Schema-Loader-0.07042.tar.gz) = d1a4fa34ea63e623f841f17ccbec934f338630f5 +Size (DBIx-Class-Schema-Loader-0.07042.tar.gz) = 210542 bytes |