8
0

- update to 0.11010

* Add "if exists" to drop view statements in Pg.
 * Fix MySQL producer to properly quote all table names on output (patch from geistteufel)
 * Correctly create and parse FK constraints in SQLite
 * Correct postgis geography type insertion and linebreak fix for multiple geometry/geography columns
 * made PostgreSQL producer consistent with other producers in terms of
   quoting and allowing functions in constraints and indices
 * Add distinction of autoinc and regular primary keys to the GraphViz producer
 * Fix odd invocation of Test::More::pass() in t/36-filters.t (RT#64728)
 * Quote everything in SQL Server
 * Turn off constraints before dropping tables in SQL Server
 * Make true unique constraints if needed in SQL Server
 * Fixed Producer::PostgresSQL to output array type after type size,
   i.e. varchar(64)[] rather than varchar[](64)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Translator?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2012-01-11 09:59:30 +00:00
committed by Git OBS Bridge
parent 4867a4decb
commit 3ab1956d68
3 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:729a782db56c36dbc20c170d02ed3990c99fe545dfb37091da57439f73a633ac
size 304258

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 11 09:58:02 UTC 2012 - coolo@suse.com
- update to 0.11010
* Add "if exists" to drop view statements in Pg.
* Fix MySQL producer to properly quote all table names on output (patch from geistteufel)
* Correctly create and parse FK constraints in SQLite
* Correct postgis geography type insertion and linebreak fix for multiple geometry/geography columns
* made PostgreSQL producer consistent with other producers in terms of
quoting and allowing functions in constraints and indices
* Add distinction of autoinc and regular primary keys to the GraphViz producer
* Fix odd invocation of Test::More::pass() in t/36-filters.t (RT#64728)
* Quote everything in SQL Server
* Turn off constraints before dropping tables in SQL Server
* Make true unique constraints if needed in SQL Server
* Fixed Producer::PostgresSQL to output array type after type size,
i.e. varchar(64)[] rather than varchar[](64)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 1 13:35:18 UTC 2010 - coolo@novell.com Wed Dec 1 13:35:18 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-SQL-Translator (Version 0.11006) # spec file for package perl-SQL-Translator
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: perl-SQL-Translator Name: perl-SQL-Translator
%define cpan_name SQL-Translator %define cpan_name SQL-Translator
Summary: Manipulate structured data definitions (SQL and more) Summary: Manipulate structured data definitions (SQL and more)
Version: 0.11006 License: GPL-2.0+
Release: 1
License: GPL+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Version: 0.11010
Release: 0
Url: http://search.cpan.org/dist/SQL-Translator/ Url: http://search.cpan.org/dist/SQL-Translator/
#Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/SQL-Translator-%{version}.tar.gz Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/SQL-Translator-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2 Patch1: sqlite.patch
Patch1: sqlite.patch
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}