[Bast-commits] r5794 - SQL-Abstract/1.x/trunk/lib/SQL/Abstract

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Sun Mar 22 21:12:21 GMT 2009


Author: ribasushi
Date: 2009-03-22 21:12:21 +0000 (Sun, 22 Mar 2009)
New Revision: 5794

Modified:
   SQL-Abstract/1.x/trunk/lib/SQL/Abstract/Test.pm
Log:
Comment clarify

Modified: SQL-Abstract/1.x/trunk/lib/SQL/Abstract/Test.pm
===================================================================
--- SQL-Abstract/1.x/trunk/lib/SQL/Abstract/Test.pm	2009-03-22 21:10:23 UTC (rev 5793)
+++ SQL-Abstract/1.x/trunk/lib/SQL/Abstract/Test.pm	2009-03-22 21:12:21 UTC (rev 5794)
@@ -49,7 +49,7 @@
   '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',




More information about the Bast-commits mailing list