X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=cbe7d4b7e7e211fc3082ae3ba8b3cf5c2e688694;hb=b4085a1a3c815de38ac86ca9e0bab01110b48c7e;hp=ca58b59fc25fcf76845aaf160a7ec2be2b471462;hpb=0c2de280869928d9ff1ee95f36a9a45318766990;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index ca58b59..cbe7d4b 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,20 @@ Revision history for SQL::Abstract + - *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 + + - Fix false negative comparison of ORDER BY ASC + - More improvements of incorrect parsing (literal at end of list elt) + - Fix typos in POD and comments (RT#87776) + +revision 1.74 2013-06-04 +---------------------------- - 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 revision 1.73 2012-07-10 ----------------------------