X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract%2FTest.pm;h=0500ffabeeb34f00c17cc23f587562e871946e32;hb=351498952c2359349196da6dfbdce5818b59e2fd;hp=6528a0fc5fc4c3ba139c4c18f85ba76092dd0299;hpb=1b17d1b00216d488c5383096a8fdc5264492a6b0;p=dbsrgits%2FSQL-Abstract.git 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',