8
0

Accepting request 249370 from devel:languages:perl

- updated to 1.78
     - Fix parsing of binary ops to correctly take up only a single LHS
       element, instead of gobbling up the entire parse-to-date
     - Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is
     - Improve signatures/documentation of is_same_sql_bind / eq_sql_bind
     - Retire script/format-sql - the utility needs more work to be truly
       end-user convenient

OBS-URL: https://build.opensuse.org/request/show/249370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Abstract?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2014-09-17 15:26:01 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 10 deletions

View File

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

3
SQL-Abstract-1.78.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43db14f8869d1e4ca8e2a4e02efeb395c57ad71bbdf1e9894e4c8c5874668193
size 97200

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 15 15:44:40 UTC 2014 - coolo@suse.com
- updated to 1.78
- Fix parsing of binary ops to correctly take up only a single LHS
element, instead of gobbling up the entire parse-to-date
- Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is
- Improve signatures/documentation of is_same_sql_bind / eq_sql_bind
- Retire script/format-sql - the utility needs more work to be truly
end-user convenient
-------------------------------------------------------------------
Mon Feb 24 06:12:15 UTC 2014 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-SQL-Abstract
Version: 1.77
Version: 1.78
Release: 0
%define cpan_name SQL-Abstract
Summary: Generate SQL from Perl data structures
@@ -29,16 +29,14 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Accessor::Grouped) >= 0.10005
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.091
BuildRequires: perl(Hash::Merge) >= 0.12
BuildRequires: perl(Moo) >= 1.004002
BuildRequires: perl(Test::Deep) >= 0.101
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.92
BuildRequires: perl(Test::Exception) >= 0.31
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warn)
Requires: perl(Class::Accessor::Grouped) >= 0.10005
Requires: perl(Getopt::Long::Descriptive) >= 0.091
Requires: perl(Hash::Merge) >= 0.12
Requires: perl(Moo) >= 1.004002
%{perl_requires}
%description