forked from pool/perl-SQL-Translator
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Translator?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
d703eee4d5
commit
9e550211f9
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be7e63537ec13c2e5f6b82701878ae5bb03b33209e0cd8208b0a1b93f3cb9493
|
||||
size 421466
|
3
SQL-Translator-0.11018.tar.gz
Normal file
3
SQL-Translator-0.11018.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f16a5899db1c7ed9dac7dea27a163b051d731ddb406fdbd7557d6467786a17ff
|
||||
size 427483
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 07:38:44 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.11018
|
||||
* Apply quotes to fix tables that are reserved words, DBI::SQLServer (Jonathan C. Otsuka)
|
||||
* Add DECIMAL_DIGITS to field size for scale info, DBI::SQLServer (Jonathan C. Otsuka)
|
||||
* De-linkify XML namespace in docs (RT#81838)
|
||||
* Allow both single and double quotes for values in MySQL parser
|
||||
* Fix diff for altering two things per column - add ; at the end
|
||||
* Call all diff methods in list context (it can be merged later)
|
||||
* Fix Pg diff issue with drop constraint on primary keys
|
||||
* SQLite support for SET NULL, SET DEFAULT and NO ACTION in FK clauses
|
||||
* Clean up properly after Parser::DBI::PostgreSQL tests
|
||||
* Fix typos in error messages
|
||||
* Add SQL_TINYINT and SQL_BIGINT to the type map in
|
||||
SQL::Translator::Schema::Field
|
||||
* Add JSON parser and producer (Jon Jensen)
|
||||
* Clean up TTSchema doc some (Gavin Shelley)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:13:04 UTC 2013 - cfarrell@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-SQL-Translator
|
||||
Version: 0.11016
|
||||
Version: 0.11018
|
||||
Release: 0
|
||||
%define cpan_name SQL-Translator
|
||||
Summary: Manipulate structured data definitions (SQL and more)
|
||||
@@ -30,9 +30,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp::Clan)
|
||||
BuildRequires: perl(DBI)
|
||||
BuildRequires: perl(DBI) >= 1.54
|
||||
BuildRequires: perl(Digest::SHA)
|
||||
BuildRequires: perl(File::ShareDir) >= 1.0
|
||||
BuildRequires: perl(JSON) >= 2.0
|
||||
BuildRequires: perl(List::MoreUtils) >= 0.09
|
||||
BuildRequires: perl(Moo) >= 1.000003
|
||||
BuildRequires: perl(Package::Variant) >= 1.001001
|
||||
@@ -45,7 +46,7 @@ BuildRequires: perl(Try::Tiny) >= 0.04
|
||||
BuildRequires: perl(XML::Writer) >= 0.500
|
||||
BuildRequires: perl(YAML) >= 0.66
|
||||
Requires: perl(Carp::Clan)
|
||||
Requires: perl(DBI)
|
||||
Requires: perl(DBI) >= 1.54
|
||||
Requires: perl(Digest::SHA)
|
||||
Requires: perl(File::ShareDir) >= 1.0
|
||||
Requires: perl(List::MoreUtils) >= 0.09
|
||||
|
Reference in New Issue
Block a user