From: Arthur Axel 'fREW' Schmidt Date: Tue, 9 Nov 2010 04:44:09 +0000 (-0600) Subject: Release 1.70 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b340ec7b6fdd3e4f2791a34b36f2ee9423d01ca;hp=667dd26d1b9e5f03407ca8656f8bef95062e5c51;p=scpubgit%2FQ-Branch.git 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