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
# 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