forked from pool/perl-SQL-Statement
Accepting request 46018 from devel:languages:perl
checked in (request 46018) OBS-URL: https://build.opensuse.org/request/show/46018 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
9521568087
commit
8f9b5a4dd3
3
SQL-Statement-1.30.tar.bz2
Normal file
3
SQL-Statement-1.30.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6893e3d5a9a329a395d1529ecf7064893e925b4c1241eb604074dd20f03d328
|
||||
size 97537
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be5c9766508ff30cc30510701da38fb715531268c12c0148a0d37bbd2110bbb2
|
||||
size 98416
|
||||
@@ -1,16 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 23 12:52:39 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- update to 1.31
|
||||
- [Bug fixes]
|
||||
* Fix misbehaviour of DELETE/UPDATE for tables with only basic capabilities
|
||||
and no matching where clause (reported by H.Merijn Brand and Drew ...)
|
||||
* Fix some column identifier splits to respect quoted tables
|
||||
- [Improvements]
|
||||
* Optimized some core routines between 25% and 50%.
|
||||
- fixed deps (Requires)
|
||||
o DBD::File, DBI::DBD::SqlEngine > Recommends
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 10 08:35:21 UTC 2010 - chris@computersalat.de
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-SQL-Statement (Version 1.31)
|
||||
# spec file for package perl-SQL-Statement (Version 1.30)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -22,7 +22,7 @@
|
||||
Name: perl-SQL-Statement
|
||||
%define cpan_name SQL-Statement
|
||||
Summary: SQL parsing and processing engine
|
||||
Version: 1.31
|
||||
Version: 1.30
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
@@ -52,13 +52,13 @@ Requires: perl = %{perl_version}
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(Clone) >= 0.30
|
||||
Requires: perl(Data::Dumper)
|
||||
# means perl-DBI >= 1.612
|
||||
Requires: perl(DBD::File) >= 0.39
|
||||
Requires: perl(DBI::DBD::SqlEngine) >= 0.01
|
||||
Requires: perl(Params::Util) >= 1.00
|
||||
Requires: perl(Scalar::Util) >= 1.0
|
||||
#
|
||||
Recommends: perl(DBD::CSV)
|
||||
# means perl-DBI >= 1.612
|
||||
Recommends: perl(DBD::File) >= 0.39
|
||||
Recommends: perl(DBI::DBD::SqlEngine) >= 0.01
|
||||
|
||||
%description
|
||||
The SQL::Statement module implements a pure Perl SQL parsing and execution
|
||||
|
||||
Reference in New Issue
Block a user