8
0

- updated to 0.11016

* Allow passing an arrayref to SQLT->filename (lost in Mooification)
  * Fix stupid missing version number in SQL::Translator::Schema::Object
  * Relicense under Perl 5 terms
  * Remove SQL::Translator::Schema::Graph as announced in 0.11011
  * Remove a number of no longer needed deps
  * Fix missing dep (List::MoreUtils)
  * Convert SQL::Translator, ::Schema and ::Schema::* to Moo
  * Fix leaks by weakening circular references between schema objects
  * Make MySQL producer add NULL after every nullable field, conforming to SQL
    standard, and avoiding MySQL bugs
- remove sqlite.patch which was declined upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Translator?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2013-07-30 05:05:12 +00:00
committed by Git OBS Bridge
parent 2a832aad19
commit 15f4918d59
5 changed files with 64 additions and 166 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jul 30 05:02:28 UTC 2013 - coolo@suse.com
- updated to 0.11016
* Allow passing an arrayref to SQLT->filename (lost in Mooification)
* Fix stupid missing version number in SQL::Translator::Schema::Object
* Relicense under Perl 5 terms
* Remove SQL::Translator::Schema::Graph as announced in 0.11011
* Remove a number of no longer needed deps
* Fix missing dep (List::MoreUtils)
* Convert SQL::Translator, ::Schema and ::Schema::* to Moo
* Fix leaks by weakening circular references between schema objects
* Make MySQL producer add NULL after every nullable field, conforming to SQL
standard, and avoiding MySQL bugs
- remove sqlite.patch which was declined upstream
-------------------------------------------------------------------
Wed Jan 11 13:12:42 UTC 2012 - cfarrell@suse.com