Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24282

Modified Files:
        sql_parser.mx 
Log Message:
Added missing combinations.


U sql_parser.mx
Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- sql_parser.mx       10 Oct 2008 09:00:21 -0000      1.293
+++ sql_parser.mx       23 Oct 2008 09:13:08 -0000      1.294
@@ -4569,6 +4569,14 @@
        { $$ = append_symbol(L(), $2);
          $$ = append_symbol($$, $4);
          $$ = append_list($$, NULL); }
+  |  ',' XML_namespace_declaration ',' XML_attributes ',' 
XML_element_content_and_option
+       { $$ = append_symbol(L(), $2);
+         $$ = append_symbol($$, $4);
+         $$ = append_list($$, $6); }
+  |  ',' XML_namespace_declaration ',' XML_element_content_and_option
+       { $$ = append_symbol(L(), $2);
+         $$ = append_symbol($$, NULL);
+         $$ = append_list($$, $4); }
   |  ',' XML_attributes                                        
        { $$ = append_symbol(L(), NULL);
          $$ = append_symbol($$, $2);


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to