forked from pool/perl-SQL-Abstract
Accepting request 223912 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/223912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Abstract?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55466f4a2dd9f919037d32e5a97b01084168e359b51fde85045215ea0405e7f2
|
||||
size 94405
|
3
SQL-Abstract-1.77.tar.gz
Normal file
3
SQL-Abstract-1.77.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d82c5359fc616ad88e2c7ec6e3b6ad62bd2674cf9ac767abff964c0dbaf34a52
|
||||
size 95246
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 06:12:15 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 1.77
|
||||
- Reintroduce { -not => undef } column operator (regression from 1.75)
|
||||
- *UPCOMING INCOMPATIBLE BUGFIX*: SQLA used to generate incorrect SQL
|
||||
on undef-containing lists fed to -in and -not_in. An exception will
|
||||
be raised for a while before properly fixing this, to avoid quiet
|
||||
but subtle changes to query results in production
|
||||
- Deprecate and warn when supplying an empty arrayref to like/not_like
|
||||
operators (likely to be removed before 2.0)
|
||||
|
||||
- Warn when using an inequality operator with a multi-value array to
|
||||
arrive at what amounts to a 1=1 condition (no pre-2.0 plans to fix
|
||||
this behavior due to backwards comp concerns)
|
||||
- Fix false negative comparison of ORDER BY <function> ASC
|
||||
- More improvements of incorrect parsing (placeholder at end of list
|
||||
element)
|
||||
- Fix typos in POD and comments (RT#87776)
|
||||
- Augment -not_bool example with nesting (RT#89601)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 11:58:57 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-SQL-Abstract
|
||||
#
|
||||
# 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-SQL-Abstract
|
||||
Version: 1.74
|
||||
Version: 1.77
|
||||
Release: 0
|
||||
%define cpan_name SQL-Abstract
|
||||
Summary: Generate SQL from Perl data structures
|
||||
@@ -36,20 +36,6 @@ BuildRequires: perl(Test::Deep) >= 0.101
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More) >= 0.92
|
||||
BuildRequires: perl(Test::Warn)
|
||||
#BuildRequires: perl(CPANPLUS::Backend)
|
||||
#BuildRequires: perl(DBIx::Class::Storage::Debug::PrettyPrint)
|
||||
#BuildRequires: perl(DBIx::Class::Storage::Statistics)
|
||||
#BuildRequires: perl(inc::Module::Install) >= 1.06
|
||||
#BuildRequires: perl(JSON)
|
||||
#BuildRequires: perl(LWP::Simple)
|
||||
#BuildRequires: perl(Module::AutoInstall)
|
||||
#BuildRequires: perl(Module::Build)
|
||||
#BuildRequires: perl(Module::Install::Base)
|
||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||
#BuildRequires: perl(SQL::Abstract)
|
||||
#BuildRequires: perl(SQL::Abstract::Test)
|
||||
#BuildRequires: perl(SQL::Abstract::Tree)
|
||||
#BuildRequires: perl(YAML::Tiny)
|
||||
Requires: perl(Class::Accessor::Grouped) >= 0.10005
|
||||
Requires: perl(Getopt::Long::Descriptive) >= 0.091
|
||||
Requires: perl(Hash::Merge) >= 0.12
|
||||
|
Reference in New Issue
Block a user