X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=be48dd2d9ce17c60152cede390572d484ccef7d7;hb=bfa1a27b119390fd1c1ed259e04cd388de3bb371;hp=2d02973306266c8958e1599ef883311fd8240ad0;hpb=257ecc8a4f33c53c658100982c39f27c736e4423;p=scpubgit%2FQ-Branch.git diff --git a/Changes b/Changes index 2d02973..be48dd2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Revision history for SQL::Abstract + - Remove excess parentheses in debug SQL - Fix parsing of foo.* in SQLA::Tree + - Fix bindtype fail when using -between with arrayrefref literals + - Add handling for NULL for -in + - The -nest operator has entered semi-deprecated status and has been + undocumented. Please do not use it in new code revision 1.71 2010-11-09 ----------------------------