missed file : AQL.jj

git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization_issue_251@1171 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-aql/src/main/javacc/AQL.jj b/asterix-aql/src/main/javacc/AQL.jj
index 33ee7dc..4d181ee 100644
--- a/asterix-aql/src/main/javacc/AQL.jj
+++ b/asterix-aql/src/main/javacc/AQL.jj
@@ -962,7 +962,7 @@
             )
           )
         {
-          properties.put(key, value);
+          properties.put(key.toUpperCase(), value);
         }
        ( 
         "," 
@@ -990,7 +990,7 @@
           ) 
         )
         {
-          properties.put(key, value);
+          properties.put(key.toUpperCase(), value);
         }
         
        )*