+ POD fixes from Xavier Guimard <x.guimard@free.fr> and Damyan Ivanov
<dmn@debian.org> of the Debian Perl Group, closes: CPAN#82187
+ More foreign key support
++ Table alteration (removing foreign keys)
++ Fix MATCH / ON DELETE / ON UPDATE
+ Incorporate CPAN::Changes::Spec-compliant Changes file from Neil Bowers
<neilb@cpan.org>, closes: CPAN#90023, thanks!
+ Fix table creation broken by 0.42
+ Create/alter tables before foreign key changes
+ Basic foreign key support
++ table creation
++ table alteration (adding new foreign keys)
++ reverse-engineering (Pg driver)
+ consolidate multiple ADD/ALTER COLUMN statements into one ALTER TABLE
+ doc: sql_update_schema link to sql_add_column misspelled
+ Pg: fix mapping for DOUBLE PRECISION type to avoid needless alter cols
+ mysql: implement altering column types & lengths
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-DBSchema?expand=0&rev=8
+ mysql: TEXT->LONGTEXT
+ mysql: when reverse engineering, transform a default of
CURRENT_TIMESTAMP into the more common NOW()
+ mysql: fix reverse-engineering of empty string default
+ prevent quoting around numeric defaults in Pg
+ Pg: use default_db_schema when adding SERIAL columns instead of
hardcoding "public".
+ Pg: Initial support for handling changes to a column's type or size.
+ Case sensitivity fix for Slavin's patch to prevent quoting around
numeric defaults in Pg.
+ Column default values: refactor handling, improve Pg reverse
engineering and implement schema changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBIx-DBSchema?expand=0&rev=2