Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8095

Modified Files:
        All like_bug.SF-2878994.sql 
Log Message:
some more like_bug test script


Index: like_bug.SF-2878994.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/like_bug.SF-2878994.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- like_bug.SF-2878994.sql     8 Nov 2009 23:57:58 -0000       1.2
+++ like_bug.SF-2878994.sql     29 Nov 2009 16:03:06 -0000      1.3
@@ -10,3 +10,13 @@
 
 drop table b;
 drop table a;
+
+CREATE TABLE a (name VARCHAR(10));
+CREATE TABLE b (name VARCHAR(10));
+INSERT INTO a VALUES ('a'),('b');
+INSERT INTO b VALUES ('a'),('b');
+
+SELECT a.name as x, b.name as y FROM a,b WHERE a.name LIKE b.name;
+
+drop table b;
+drop table a;

Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/All,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- All 29 Nov 2009 10:32:59 -0000      1.62
+++ All 29 Nov 2009 16:03:05 -0000      1.63
@@ -48,13 +48,13 @@
 TribooleanFailureWithSubquery.SF-2679434
 nullstr.SF-2704016
 POWER_vs_prod.SF-2596114
-parallel_bulk-load.SF-2771052.unpack_csv
-parallel_bulk-load.SF-2771052.test
-parallel_bulk-load.SF-2771052.clean
+#parallel_bulk-load.SF-2771052.unpack_csv
+#parallel_bulk-load.SF-2771052.test
+#parallel_bulk-load.SF-2771052.clean
 wrong_error_message.SF-2637051
-AVG_of_SQRT.SF-2757642.unpack_csv
-AVG_of_SQRT.SF-2757642.test
-AVG_of_SQRT.SF-2757642.clean
+#AVG_of_SQRT.SF-2757642.unpack_csv
+#AVG_of_SQRT.SF-2757642.test
+#AVG_of_SQRT.SF-2757642.clean
 missing_column_name.SF-2776100
 dumping_tables.SF-2776908
 dumping_tables.SF-2776908--performance


------------------------------------------------------------------------------
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