Update of /cvsroot/monetdb/sql/src/benchmarks/ATIS/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4388/benchmarks/ATIS/Tests

Modified Files:
      Tag: SQL_2-24
        select_group.stable.out 
Log Message:
Approve the new output 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 select_group.stable.out
Index: select_group.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/benchmarks/ATIS/Tests/select_group.stable.out,v
retrieving revision 1.32
retrieving revision 1.32.12.1
diff -u -d -r1.32 -r1.32.12.1
--- select_group.stable.out     23 Nov 2006 15:29:27 -0000      1.32
+++ select_group.stable.out     1 Jul 2008 10:55:37 -0000       1.32.12.1
@@ -91,17 +91,17 @@
 % char,        char # type
 % 3,   3 # length
 [ "ATL",       "ATL"   ]
-% sys. # table_name
+% sys.aircraft # table_name
 % count_ # name
 % int # type
 % 2 # length
 [ 50   ]
-% sys. # table_name
+% sys.aircraft # table_name
 % count_ # name
 % int # type
 % 2 # length
 [ 94   ]
-% sys. # table_name
+% sys.aircraft # table_name
 % count_ # name
 % int # type
 % 3 # 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