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

Modified Files:
        All 
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/All,1.37.2.12

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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/11 - stmane: src/test/BugTracker-2009/Tests/All,1.37.2.13

added test for
ID: 2791361 "Division by zero error"
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2791361&group_id=56967

While the other queries work fine,
`select case when (2 - 2) > 0 then (3 - 2)/(2 - 2) else 0 end as "test";`
(still) produces a
"!MALException:calc./:Illegal argument Division by zero"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/11 - stmane: src/test/BugTracker-2009/Tests/All,1.37.2.14

added test for
ID: 2833696 "Copy into error off by one"
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2833696&group_id=56967

Still fails in the Aug2009 release branch,
but is fixed with the new bulk loader in the development trunk.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/All,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- All 11 Aug 2009 07:18:41 -0000      1.41
+++ All 11 Aug 2009 12:38:15 -0000      1.42
@@ -83,3 +83,6 @@
 ambiguous_order_by.SF-2827916
 except_error_wrong.SF-2808409
 table-leftovers.SF-2779462.sql
+Floating_point_exception.SF-2791356
+Division_by_zero_error.SF-2791361
+copy_into_error_off_by_one.SF-2833696


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