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

Modified Files:
      Tag: Feb2009
        subtraction_between_two_columns.SF-2582389.sql 
Log Message:
Add the bug code to the database objects name created for this test..

In this way we do not affect the other tests in case of segmenfault, i.e., in 
case the 
database objects are not dropped


U subtraction_between_two_columns.SF-2582389.sql
Index: subtraction_between_two_columns.SF-2582389.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/subtraction_between_two_columns.SF-2582389.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
--- subtraction_between_two_columns.SF-2582389.sql      9 Feb 2009 20:31:13 
-0000       1.1.2.1
+++ subtraction_between_two_columns.SF-2582389.sql      10 Feb 2009 16:28:09 
-0000      1.1.2.2
@@ -1,8 +1,8 @@
-create table t2(id int, inst float);
+create table t2_2582389(id int, inst float);
 
-insert into t2 values(1, 0.2);
-insert into t2 values(1, 0.4);
+insert into t2_2582389 values(1, 0.2);
+insert into t2_2582389 values(1, 0.4);
 
-select l.id, r.inst, l.inst, (r.inst - l.inst) as diff from t2 l,  t2 r where 
r.id = l.id order by inst limit 2;
+select l.id, r.inst, l.inst, (r.inst - l.inst) as diff from t2_2582389 l,  
t2_2582389 r where r.id = l.id limit 2;
 
-drop table t2;
+drop table t2_2582389;


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to