X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fc2c77c31ce9d49b7898fcd5ee35952a6563fb8a;hb=e4570c8e06ddb929c5ae0322cb2e42ef523a6ed4;hp=775bf5dc9524394a98a69e9f6d4380b0b25cd646;hpb=b3b79607321d406a194b2aac205978d925b398c0;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index 775bf5d..fc2c77c 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,8 @@ Revision history for SQL::Abstract - Add proper handling of lists (foo,bar,?) - Better handling of generic -function's during AST construction - Special handle IS NOT? NULL + - Make sure unparse() does not destroy a passed in \@bindargs + - Support ops with _'s in them (valid in Oracle) revision 1.68 2010-09-16 ----------------------------