2022-09-22 13:29:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 9 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 0.47
|
|
|
|
see /usr/share/doc/packages/perl-DBIx-DBSchema/Changes
|
|
|
|
|
|
|
|
0.47 Wed 07 Sep 2022 04:33:20 PM PDT
|
|
|
|
- Fix Pg reverse-engineering of default values in Pg v12+
|
|
|
|
|
|
|
|
0.46 unreleased (2016)
|
|
|
|
- Add IF EXISTS to DROP INDEX (except under MySQL)
|
|
|
|
- Fix table fetching for Sybase and SQLite drivers; refactor table fetching
|
|
|
|
into a driver-overridable DBIx::DBSchema::DBD->tables method, patches
|
|
|
|
from Nathan Anderson <http://1id.com/=nathan.anderson>
|
|
|
|
|
2010-11-30 19:25:13 +00:00
|
|
|
-------------------------------------------------------------------
|
2015-05-10 08:49:06 +00:00
|
|
|
Sun May 10 08:01:35 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.45
|
|
|
|
see /usr/share/doc/packages/perl-DBIx-DBSchema/Changes
|
|
|
|
|
|
|
|
0.45 Wed May 6 22:17:33 PDT 2015
|
|
|
|
- MySQL does not support DEFAULT for TEXT/BLOB columns, closes: CPAN#58505
|
|
|
|
- doc: Add repository information
|
|
|
|
- fix SQLite reverse-engineering, closes: CPAN#95961
|
|
|
|
- fix Pg reverse-engineering of foreign key MATCH/ON DELETE/ON UPDATE
|
|
|
|
clauses
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-01-04 13:01:10 +00:00
|
|
|
Sat Jan 4 12:59:06 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 0.44:
|
|
|
|
+ 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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-11-30 19:25:13 +00:00
|
|
|
Tue Nov 30 19:20:09 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-03-28 16:56:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 28 16:54:14 UTC 2010 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 0.39:
|
|
|
|
+ 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
|
|
|
|
|
2009-12-26 17:37:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 26 17:35:19 UTC 2009 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- initial version 0.36
|
|
|
|
|