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

Modified Files:
      Tag: XQuery_0-24
        sqlprint.c 
Log Message:
Bugfix:
  ref_columns support in sqlprinting


U sqlprint.c
Index: sqlprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/sql/sqlprint.c,v
retrieving revision 1.48
retrieving revision 1.48.2.1
diff -u -d -r1.48 -r1.48.2.1
--- sqlprint.c  14 Mar 2008 12:57:26 -0000      1.48
+++ sqlprint.c  30 Jun 2008 11:44:46 -0000      1.48.2.1
@@ -282,6 +282,7 @@
             }
             break;
             
+        case sql_ref_column_name:
         case sql_column_name:
             print_column_name (n);
             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://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to