From: Peter Rabbitson Date: Wed, 28 May 2014 10:13:30 +0000 (+0200) Subject: release 1.78 X-Git-Tag: v1.78^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=b54fd911aaeb8677cabf7afbf99d2bb70cda2876 release 1.78 --- diff --git a/Changes b/Changes index 03eebf7..25e79c2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ 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 diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 0bcc7d5..c1ccbb2 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -10,7 +10,7 @@ use Scalar::Util (); # 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