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

Modified Files:
        All 
Added Files:
        sql_div.SF-1959357.sql 
Log Message:
Add test for bug sql_div.SF-1959357


--- NEW FILE: sql_div.SF-1959357.sql ---
create table t1 (id int);
create table t2 (age int);
select age from t1, t2 where (age-id)/id<0.01;

drop table t1;
drop table t2;

U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker/Tests/All,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- All 8 May 2008 08:49:14 -0000       1.91
+++ All 8 May 2008 09:25:49 -0000       1.92
@@ -119,3 +119,4 @@
 between_with_column.SF-1959410
 is_not_null_syntax_error.SF-1959456
 order_by_over_table_from_another_function.SF-1959822
+sql_div.SF-1959357


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