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

Added Files:
        Floating_point_exception.SF-2791356.sql 
Log Message:
propagated changes of Tuesday Aug 11 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/11 - stmane:
        
src/test/BugTracker-2009/Tests/Floating_point_exception.SF-2791356.sql,1.1.2.1

added test for
ID: 2791356 "Floating point exception"
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2791356&group_id=56967

appears to work fine.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: Floating_point_exception.SF-2791356.sql ---
create table test2791356 (bla1 int, bla2 int);
insert into test2791356 values (1,1);
select case when (bla1 - bla2) > 0 then 1/(bla1 - bla2) else 0 end from 
test2791356;
drop table test2791356;


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