Update of /cvsroot/monetdb/sql/src/test/Dependencies/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11071

Modified Files:
      Tag: SQL_2-24
        Dependencies.stable.out 
Log Message:
Approve the new output (M4/SQL) due the following fix:

Log Message:
The table name was missing on the query output:
% sky. # table_name

Now it is like this:
% sky.rc3 # table_name

Solution is to look into the base column...
/* there are no table aliases, ie look into the base column */



U Dependencies.stable.out
Index: Dependencies.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/Dependencies/Tests/Dependencies.stable.out,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- Dependencies.stable.out     9 Apr 2008 10:56:26 -0000       1.13
+++ Dependencies.stable.out     1 Jul 2008 12:52:21 -0000       1.13.2.1
@@ -53,7 +53,7 @@
 % varchar,     varchar,        char # type
 % 2,   8,      9 # length
 [ "t1",        "id_index",     "DEP_INDEX"     ]
-% sys.,        sys.,   . # table_name
+% sys.t,       sys.tri,        . # table_name
 % name,        name,   single_value # name
 % varchar,     varchar,        char # type
 % 2,   14,     11 # length
@@ -173,7 +173,7 @@
 % name,        name,   single_value # name
 % varchar,     varchar,        char # type
 % 0,   0,      9 # length
-% sys.,        sys.,   . # table_name
+% sys.t,       sys.tri,        . # table_name
 % name,        name,   single_value # name
 % varchar,     varchar,        char # type
 % 0,   0,      11 # length


-------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to