diff options
author | wen <wen@pkgsrc.org> | 2014-11-23 12:36:55 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-11-23 12:36:55 +0000 |
commit | 7410796a3ca60b2fae08932920c0256f8105ec8d (patch) | |
tree | e96a5bba4e97b65a079fcb48d5f9f9856132b75f /databases/p5-SQL-Translator | |
parent | d9bec3b1888cd96785cac0fd10407556165aff62 (diff) | |
download | pkgsrc-7410796a3ca60b2fae08932920c0256f8105ec8d.tar.gz |
Update to 0.11020
Upstream changes:
0.11020 2014-09-02
* Fix test failure if Test::PostgreSQL is installed but not working
0.11019 2014-09-02
* Add Json and hstore types to Pg Parser (cloudinstustrie)
* Fix DROP TABLE in SQL Server Producer
* Fix Pg DBI parser test (Dagfinn Ilmari Mannsker)
* Remove spurious warnings (Matt Phillips, Wallace Reis)
* Fix MySQL producer for columns with scalar ref in 'ON UPDATE' (Wallace Reis)
* Fix handling of views in MySQL DBI parser
* Fix handling of renamed fields in SQLite diff (Peter Mottram)
* Check numeric equality of default values in numeric-type fields (Wallace Reis)
* Fix handling of renamed fields in renamed tables in Pg diff (Peter Mottram)
0.11018 2013-10-31
* Revert "Fix AUTOINCREMENT in SQLite"
0.11017 2013-10-30
* Apply quotes to fix tables that are reserved words, DBI::SQLServer (Jonathan C. Otsuka)
* Add DECIMAL_DIGITS to field size for scale info, DBI::SQLServer (Jonathan C. Otsuka)
* De-linkify XML namespace in docs (RT#81838)
* Allow both single and double quotes for values in MySQL parser
* Fix diff for altering two things per column - add ; at the end
* Call all diff methods in list context (it can be merged later)
* Fix Pg diff issue with drop constraint on primary keys
* SQLite support for SET NULL, SET DEFAULT and NO ACTION in FK clauses
* Clean up properly after Parser::DBI::PostgreSQL tests
* Fix typos in error messages
* Add SQL_TINYINT and SQL_BIGINT to the type map in
SQL::Translator::Schema::Field
* Add JSON parser and producer (Jon Jensen)
* Clean up TTSchema doc some (Gavin Shelley)
* Fix AUTOINCREMENT in SQLite (Rafael Porres Molina)
Diffstat (limited to 'databases/p5-SQL-Translator')
-rw-r--r-- | databases/p5-SQL-Translator/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-SQL-Translator/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile index 7eb9a91e3ce..2f18f5c13fa 100644 --- a/databases/p5-SQL-Translator/Makefile +++ b/databases/p5-SQL-Translator/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2014/05/29 23:35:31 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/11/23 12:36:55 wen Exp $ -DISTNAME= SQL-Translator-0.11016 +DISTNAME= SQL-Translator-0.11020 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} diff --git a/databases/p5-SQL-Translator/distinfo b/databases/p5-SQL-Translator/distinfo index 5b09af4f673..ed63d40a4a8 100644 --- a/databases/p5-SQL-Translator/distinfo +++ b/databases/p5-SQL-Translator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2012/10/19 08:08:25 sno Exp $ +$NetBSD: distinfo,v 1.15 2014/11/23 12:36:55 wen Exp $ -SHA1 (SQL-Translator-0.11016.tar.gz) = 74b4e7e6f56945f1c5a75a83b210baa545deedf7 -RMD160 (SQL-Translator-0.11016.tar.gz) = 3ccd584c64982addff7d5fd5af87c83b1d241836 -Size (SQL-Translator-0.11016.tar.gz) = 421466 bytes +SHA1 (SQL-Translator-0.11020.tar.gz) = 7000669c6e128dd33f7210e0047915a3ae08d789 +RMD160 (SQL-Translator-0.11020.tar.gz) = 90efb174b3052e236a3a16294207188ca2a3b172 +Size (SQL-Translator-0.11020.tar.gz) = 427911 bytes |