Revision history for SQL::Abstract
+revision 1.78 2014-05-28
+----------------------------
- Fix parsing of binary ops to correctly take up only a single LHS
element, instead of gobbling up the entire parse-to-date
- Explicitly handle ROW_NUMBER() OVER as the snowflake-operator it is
# GLOBALS
#======================================================================
-our $VERSION = '1.77';
+our $VERSION = '1.78';
# This would confuse some packagers
$VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases