X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e5f74478f9ca9e6a6dc10994819512097c31c9ac;hb=c167ebd87f5fff84f95d891acf220a3c07e8d1a1;hp=c6f9c642217015188336dddf21b6ab376ff36bbd;hpb=fee677ba03760d4454e1ee8980d57466b0edf93e;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index c6f9c64..e5f7447 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for SQL::Abstract +revision 1.63 2010-03-24 09:56 (UTC) +---------------------------- + - Add ILIKE to the core list of comparision ops + +revision 1.62 2010-03-15 11:06 (UTC) +---------------------------- + - Fixed open outer parens for a multi-line literal + - Allow recursively-nested column-functions in WHERE + - Bumped minimum perl to 5.6.2 and changed tests to + rely on core dependencies + +revision 1.61 2010-02-05 16:28 (UTC) +---------------------------- - Allow INSERT to take additional attributes - Support for INSERT ... RETURNING - Another iteration of SQL::Abstract::Test fixes and improvements