X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4762be30389cc92a22ede708ad2321aa0a96788a;hb=b66dea8d0c69111d33d4ebc51239fc6bd6faa1d2;hp=82dff0793d219ec4352c39a57985cba931747f2c;hpb=4414eec5213c5b506e904860acfc8315b2338794;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index 82dff07..4762be3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for SQL::Abstract + - Better documentation of undef/NULL in where clause + - Depend on bugfixed Module::Install (now again installs + on old < 5.8.3 perls) + +revision 1.67 2010-05-31 14:21 (UTC) +---------------------------- + - Fix SQL::Test failure when first chunk is an unrecognized + literal + - Generic -not operator tests + - More columns-bindtype assertion checks + revision 1.66 2010-04-27 02:44 (UTC) ---------------------------- - Optimized the quoting mechanism, winning nearly 10%