Update of /cvsroot/monetdb/sql/src/test/pg_regress/monetdb
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19168/monetdb

Modified Files:
        char.sql 
Log Message:
per bug #2830905, we don't (want to) support selects from tables without 
FROM-clause

U char.sql
Index: char.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/pg_regress/monetdb/char.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- char.sql    1 Aug 2009 20:19:26 -0000       1.1
+++ char.sql    3 Aug 2009 09:08:13 -0000       1.2
@@ -32,7 +32,7 @@
 INSERT INTO CHAR_TBL (f1) VALUES ('c     ');
 
 
-SELECT '' AS seven, CHAR_TBL.*;
+SELECT '' AS seven, CHAR_TBL.* FROM CHAR_TBL;
 
 SELECT '' AS six, c.*
    FROM CHAR_TBL c
@@ -72,4 +72,4 @@
 INSERT INTO CHAR_TBL (f1) VALUES ('abcde');
 INSERT INTO CHAR_TBL (f1) VALUES ('abcd    ');
 
-SELECT '' AS four, CHAR_TBL.*;
+SELECT '' AS four, CHAR_TBL.* FROM CHAR_TBL;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to