Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8435
Modified Files:
Tag: Nov2009
leftjoin_undefined.SF-2879011.sql
Log Message:
clean-up (drop created tables)
such that subsequent tests (e.g., like_bug.SF-2878994)
do not "suffer"
Index: leftjoin_undefined.SF-2879011.sql
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/leftjoin_undefined.SF-2879011.sql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- leftjoin_undefined.SF-2879011.sql 15 Nov 2009 15:54:11 -0000 1.1.2.1
+++ leftjoin_undefined.SF-2879011.sql 17 Nov 2009 00:27:50 -0000 1.1.2.2
@@ -3,3 +3,5 @@
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;
------------------------------------------------------------------------------
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