From: Arthur Axel 'fREW' Schmidt Date: Tue, 9 Nov 2010 04:44:09 +0000 (-0600) Subject: Release 1.70 X-Git-Tag: v1.70^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=refs%2Ftags%2Fv1.70 Release 1.70 --- diff --git a/Changes b/Changes index e9537c3..cf70710 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for SQL::Abstract +revision 1.70 2010-11-08 +---------------------------- - Add EXECUTING for clarity of long running SQL - Add "squash_repeats" option to fix it such that repeated SQL gets ellided except for placeholders diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index c325615..a8daef9 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.69'; +our $VERSION = '1.70'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases