X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fb7ba1d604aee3dd99a671fc53486a3bc6994919;hb=f3ccfdca18202f0fc60ffcfc1ecdf467907164a2;hp=99eadea35f6b6da167ebd675434262e3c493a221;hpb=8aa76984c08d55d3a4e37ce4fde6c9f7169e2e6e;p=dbsrgits%2FSQL-Abstract.git diff --git a/Changes b/Changes index 99eadea..fb7ba1d 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ Revision history for SQL::Abstract - New exportable functions: is_literal_value($) and is_plain_value($) - New attribute 'escape_char' allowing for proper escape of quote_chars present in an identifier + - Deprecate { "" => \... } constructs - Treat { -value => undef } as plain undef in all cases - Explicitly throw on { -ident => undef }