From: Ash Berlin Date: Wed, 25 Mar 2009 18:41:12 +0000 (+0000) Subject: Update binop mapping to include >= and <= X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract-2.0-ish.git;a=commitdiff_plain;h=64f3d05e848b3242504c60a0bf84fd8ddf1b031f Update binop mapping to include >= and <= --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 18e799b..95178a4 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -25,7 +25,9 @@ class SQL::Abstract { our %BINOP_MAP = ( '>' => '>', + '>=' => '>=', '<' => '<', + '<=' => '<=', '==' => '=', '!=' => '!=', # LIKE is always "field LIKE "