Update of /cvsroot/monetdb/pathfinder/compiler/xmlimport
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4487/compiler/xmlimport

Modified Files:
        xml2lalg.c 
Log Message:
-- Improved the robustness and correctness of the sql-code-generation for the 
serialize_rel(empty_tbl) tree pattern.
-- Extended the schema-information of the empty_tbl operator with types.

Index: xml2lalg.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xml2lalg.c  11 Jan 2008 12:48:13 -0000      1.10
+++ xml2lalg.c  15 Jan 2008 13:57:15 -0000      1.11
@@ -733,13 +733,13 @@
         {
             /*
             <content>
-              (<column name="COLNAME" new="true"/>)*
+              (<column name="COLNAME" type="DATATYPE" new="true"/>)*
             </content>            
             */
 
-            newAlgNode = PFla_empty_tbl 
+            newAlgNode = PFla_empty_tbl_ 
              (
-             PFLA_ATT_LST("/content/[EMAIL PROTECTED]'true']")
+             PFLA_SCHEMA("/content/[EMAIL PROTECTED]'true']")
              );
         }  
         break;


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to