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

Modified Files:
        decimal_needs_truncation.SF-2605686.sql 
Log Message:
propagated changes of Friday Aug 07 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/07 - nielsnes:
        
src/test/BugTracker-2009/Tests/decimal_needs_truncation.SF-2605686.sql,1.2.4.1
bug fixing

prepare/execute statements now go to seperate query cache
check for ambiguous order by columns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: decimal_needs_truncation.SF-2605686.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/decimal_needs_truncation.SF-2605686.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- decimal_needs_truncation.SF-2605686.sql     17 Feb 2009 00:55:41 -0000      
1.2
+++ decimal_needs_truncation.SF-2605686.sql     7 Aug 2009 21:25:29 -0000       
1.3
@@ -7,7 +7,7 @@
 select * from testdec;
 
 PREPARE INSERT INTO testdec (testdec) values (?);
-exec 2(0.12345);
+exec 0(0.12345);
 
 select * from testdec;
 


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