8
0

Accepting request 481677 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/481677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2017-03-23 06:50:45 +00:00
committed by Git OBS Bridge
parent 28d9aeb82f
commit 84cc4cab0d
5 changed files with 70 additions and 21 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Mar 21 07:45:31 UTC 2017 - coolo@suse.com
- updated to 1.82
see /usr/share/doc/packages/perl-SQL-Abstract/Changes
revision 1.82 2017-03-20
-------------------------
- Add explicit dependency on Sub::Quote (GH#8)
- Fix syntax errors in ORDER BY docs (GH#7)
revision 1.81_01 2017-02-28
----------------------------
- Fix order clauses with bind parameters in ->where
- Fix ->insert($table, \@values) with >26 values (RT#112684)
- Teach ::Tree that ILIKE (PostgreSQL) and REGEXP (MySQL) are binary ops
- Support for UPDATE ... RETURNING
- Documentation improvements for ORDER BY
-------------------------------------------------------------------
Wed Nov 12 09:41:09 UTC 2014 - coolo@suse.com