From: Peter Rabbitson Date: Sun, 22 Mar 2009 21:12:21 +0000 (+0000) Subject: Comment clarify X-Git-Tag: v1.70~204 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=351498952c2359349196da6dfbdce5818b59e2fd Comment clarify --- diff --git a/lib/SQL/Abstract/Test.pm b/lib/SQL/Abstract/Test.pm index 6528a0f..0500ffa 100644 --- a/lib/SQL/Abstract/Test.pm +++ b/lib/SQL/Abstract/Test.pm @@ -49,7 +49,7 @@ my @expression_terminator_sql_keywords = ( 'EXCEPT', ); -# All of these keywords allow their parameters to be wrapped in parenthesis without changing any semantics +# All of these keywords allow their parameters to be specified with or without parenthesis without changing the semantics my @unrollable_sql_keywords = ( 'ON', 'WHERE',