X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c3d7ddc0bd64cda037760cc1ef6ee252750d930d;hb=032dfe204e1d3d8dc43116c8b25ebbca257e9ac0;hp=e6488a4df54d3084349de5912058f6cf73202441;hpb=ed56a54cc7f027bc375833c67beb975918e00235;p=scpubgit%2FQ-Branch.git diff --git a/Changes b/Changes index e6488a4..c3d7ddc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ 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 - Fix typos in POD and comments (RT#87776)