Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13027

Modified Files:
        between_having_problem.SF-1959391.sql 
        is_not_null_syntax_error.SF-1959456.sql sql_div.SF-1959357.sql 
Log Message:
Change table names to avoid dependencies between tests.
(Use the bug number in the names)


U between_having_problem.SF-1959391.sql
Index: between_having_problem.SF-1959391.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/between_having_problem.SF-1959391.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- between_having_problem.SF-1959391.sql       8 May 2008 08:49:13 -0000       
1.1
+++ between_having_problem.SF-1959391.sql       9 May 2008 09:35:31 -0000       
1.2
@@ -1,5 +1,5 @@
-create table t3 (id float);
-select id from t3 where (id between 0 and 62) having (id = id+.1 or id = id
+create table t31959391 (id float);
+select id from t31959391 where (id between 0 and 62) having (id = id+.1 or id 
= id
 - .1);
 
-drop table t3;
+drop table t31959391;

U sql_div.SF-1959357.sql
Index: sql_div.SF-1959357.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/sql_div.SF-1959357.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sql_div.SF-1959357.sql      8 May 2008 09:25:49 -0000       1.1
+++ sql_div.SF-1959357.sql      9 May 2008 09:35:31 -0000       1.2
@@ -1,6 +1,6 @@
-create table t1 (id int);
-create table t2 (age int);
-select age from t1, t2 where (age-id)/id<0.01;
+create table t11959357 (id int);
+create table t21959357 (age int);
+select age from t11959357, t21959357 where (age-id)/id<0.01;
 
-drop table t1;
-drop table t2;
+drop table t11959357;
+drop table t21959357;

U is_not_null_syntax_error.SF-1959456.sql
Index: is_not_null_syntax_error.SF-1959456.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/is_not_null_syntax_error.SF-1959456.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- is_not_null_syntax_error.SF-1959456.sql     8 May 2008 08:49:14 -0000       
1.1
+++ is_not_null_syntax_error.SF-1959456.sql     9 May 2008 09:35:31 -0000       
1.2
@@ -1,11 +1,11 @@
-create function f1()
+create function f11959456()
 RETURNS int
 BEGIN
 return 0;
 END;
 
-create table t1 (id int);
-select id from t1 where f1() IS NOT NULL;
+create table t11959456 (id int);
+select id from t11959456 where f11959456() IS NOT NULL;
 
-drop function f1;
-drop table t1;
+drop function f11959456;
+drop table t11959456;


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to