X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4762be30389cc92a22ede708ad2321aa0a96788a;hb=b66dea8d0c69111d33d4ebc51239fc6bd6faa1d2;hp=bf52db2a418b611f79ddc8b541af6132728a84b8;hpb=955e77cac1c6b43119505c14878ff5a9e52c4a4c;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index bf52db2..4762be3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ 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% speedup on repeatable sql generation