Revision history for SQL::Abstract
+revision 1.72 2010-12-21
+----------------------------
- Extra checks of search arguments for possible SQL injection attacks
- Remove excess parentheses in debug SQL
- Fix parsing of foo.* in SQLA::Tree
# GLOBALS
#======================================================================
-our $VERSION = '1.71';
+our $VERSION = '1.72';
# This would confuse some packagers
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases