diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-01-09 11:17:45 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-01-09 11:42:06 +1300 |
commit | b796dbc2e675a03c565e4274f827f26a7c504f2b (patch) | |
tree | 7c14974a84fc7bf2fb51e24c1c3f30b9992cfbfc /dev-perl/SQL-Translator/metadata.xml | |
parent | media-tv/plex-media-server: version bump to 1.10.1, removing old versions. (diff) | |
download | gentoo-b796dbc2e675a03c565e4274f827f26a7c504f2b.tar.gz gentoo-b796dbc2e675a03c565e4274f827f26a7c504f2b.tar.bz2 gentoo-b796dbc2e675a03c565e4274f827f26a7c504f2b.zip |
dev-perl/SQL-Translator: Bump to version 0.110.230
- EAPI6
- Parallel tests
Upstream:
- Fix for '.' in @INC
- Remove use of List::MoreUtils
- Add support for monotonically increasing SQLite autoincrements
- Add support for CHECK constraint in SQLite producer
- Fix error handling for recent Test::PostgreSQL
- Add support for CHECK constraint in POD producer
- Fix quoting in MYSQL DROP TABLE diff producer
- Fix Pg grammar parsing of UUID, time, and timetz columns
- Add support for USING and WHERE on index in Postgres producer/parser
- Improve add_trigger consistency
- Add trigger 'scope' attribute to support JSON/YAML/XML producers and
XML and SQLite parser
- Speedup internal debugging mechanism
- Fix parsing of strings with leading whitespace
- Fix parsing of MySQL column comments
- Fix Multiline comments in YAML, JSON & Postgreqsl producers
- Fix identifier quoting in Postgresql diff producer
- Fix incorrect type conversion from BigInt AutoIncrement to bigserial
- Fix missing semicolons between PostGIS statements
- Fix string/identifier quoting in PostGIS statements
- Fix test failures and test dependence on exact serialization
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/SQL-Translator/metadata.xml')
-rw-r--r-- | dev-perl/SQL-Translator/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-perl/SQL-Translator/metadata.xml b/dev-perl/SQL-Translator/metadata.xml index db3b61bd3dca..0a0176a81d1a 100644 --- a/dev-perl/SQL-Translator/metadata.xml +++ b/dev-perl/SQL-Translator/metadata.xml @@ -13,6 +13,7 @@ <remote-id type="cpan-module">SQL::Translator::Filter::DefaultExtra</remote-id> <remote-id type="cpan-module">SQL::Translator::Filter::Globals</remote-id> <remote-id type="cpan-module">SQL::Translator::Filter::Names</remote-id> + <remote-id type="cpan-module">SQL::Translator::Generator::DDL::MySQL</remote-id> <remote-id type="cpan-module">SQL::Translator::Generator::DDL::PostgreSQL</remote-id> <remote-id type="cpan-module">SQL::Translator::Generator::DDL::SQLServer</remote-id> <remote-id type="cpan-module">SQL::Translator::Generator::DDL::SQLite</remote-id> @@ -31,6 +32,7 @@ <remote-id type="cpan-module">SQL::Translator::Parser::DBI::SQLite</remote-id> <remote-id type="cpan-module">SQL::Translator::Parser::DBI::Sybase</remote-id> <remote-id type="cpan-module">SQL::Translator::Parser::Excel</remote-id> + <remote-id type="cpan-module">SQL::Translator::Parser::JSON</remote-id> <remote-id type="cpan-module">SQL::Translator::Parser::MySQL</remote-id> <remote-id type="cpan-module">SQL::Translator::Parser::Oracle</remote-id> <remote-id type="cpan-module">SQL::Translator::Parser::PostgreSQL</remote-id> @@ -50,6 +52,7 @@ <remote-id type="cpan-module">SQL::Translator::Producer::Dumper</remote-id> <remote-id type="cpan-module">SQL::Translator::Producer::GraphViz</remote-id> <remote-id type="cpan-module">SQL::Translator::Producer::HTML</remote-id> + <remote-id type="cpan-module">SQL::Translator::Producer::JSON</remote-id> <remote-id type="cpan-module">SQL::Translator::Producer::Latex</remote-id> <remote-id type="cpan-module">SQL::Translator::Producer::MySQL</remote-id> <remote-id type="cpan-module">SQL::Translator::Producer::Oracle</remote-id> |