8
0

Accepting request 177566 from home:coolo:update-perl

- updated to 1.73
    - Fix parsing of ORDER BY foo + ?
    - Stop filling in placeholders in `format-sql` since it does not support
      passing values for them anyway
    - Fix parsing of NOT EXISTS
    - Fix over-eager parenthesis unrolling
    - Fix deep recursion warnings while parsing obnoxiously long sql statements
    - Fix incorrect comparison of malformed lists
    - Fix incorrect reporting of mismatch-members in SQLA::Test
    - Migrate the -ident operator from DBIC into SQLA
    - Migrate the -value operator from DBIC into SQLA

OBS-URL: https://build.opensuse.org/request/show/177566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2013-06-04 18:17:14 +00:00
committed by Git OBS Bridge
parent ea5c93ca01
commit 4706e7316f
4 changed files with 72 additions and 18 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 4 17:21:42 UTC 2013 - coolo@suse.com
- updated to 1.73
- Fix parsing of ORDER BY foo + ?
- Stop filling in placeholders in `format-sql` since it does not support
passing values for them anyway
- Fix parsing of NOT EXISTS
- Fix over-eager parenthesis unrolling
- Fix deep recursion warnings while parsing obnoxiously long sql statements
- Fix incorrect comparison of malformed lists
- Fix incorrect reporting of mismatch-members in SQLA::Test
- Migrate the -ident operator from DBIC into SQLA
- Migrate the -value operator from DBIC into SQLA
-------------------------------------------------------------------
Thu Mar 31 08:30:28 UTC 2011 - coolo@novell.com