forked from pool/perl-SQL-Translator
Accepting request 249515 from devel:languages:perl
- updated to 0.11020 * 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 Mannsåker) * 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) OBS-URL: https://build.opensuse.org/request/show/249515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Translator?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f16a5899db1c7ed9dac7dea27a163b051d731ddb406fdbd7557d6467786a17ff
|
||||
size 427483
|
||||
3
SQL-Translator-0.11020.tar.gz
Normal file
3
SQL-Translator-0.11020.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:591d0f7a1aada2b93b878980b680575cfb72a65465dac8ba360784c9efb5b8a2
|
||||
size 427911
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 08:08:07 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.11020
|
||||
* 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 Mannsåker)
|
||||
* 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 07:38:44 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-SQL-Translator
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-SQL-Translator
|
||||
Version: 0.11018
|
||||
Version: 0.11020
|
||||
Release: 0
|
||||
%define cpan_name SQL-Translator
|
||||
Summary: Manipulate structured data definitions (SQL and more)
|
||||
License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/SQL-Translator/
|
||||
Source: http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
||||
Reference in New Issue
Block a user