8
0

- updated to 1.74

- Fix insufficient parenthesis unroll during operator comparison
    - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
      by default (with a switch to reenable old behavior when necessary)
    - Change parser to not eagerly slurp RHS expressions it doesn't recognize

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2013-07-27 13:03:01 +00:00
committed by Git OBS Bridge
parent 4706e7316f
commit 3af595be9a
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 27 11:58:57 UTC 2013 - coolo@suse.com
- updated to 1.74
- Fix insufficient parenthesis unroll during operator comparison
- 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
by default (with a switch to reenable old behavior when necessary)
- Change parser to not eagerly slurp RHS expressions it doesn't recognize
-------------------------------------------------------------------
Tue Jun 4 17:21:42 UTC 2013 - coolo@suse.com