Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15272/src/test/BugTracker-2009/Tests

Modified Files:
        leftjoin_undefined.SF-2879011.sql 
Log Message:
propagated changes of Tuesday Nov 17 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/17 - stmane:
          
src/test/BugTracker-2009/Tests/leftjoin_undefined.SF-2879011.sql,1.1.2.2
  
  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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- leftjoin_undefined.SF-2879011.sql   15 Nov 2009 22:59:57 -0000      1.2
+++ leftjoin_undefined.SF-2879011.sql   17 Nov 2009 02:35:26 -0000      1.3
@@ -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

Reply via email to