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

Modified Files:
      Tag: Feb2009
        subquery_returns_table_crash.SF-2513620.stable.err 
        subtraction_between_two_columns.SF-2582389.stable.out 
Log Message:


disabled mitosis (not ready for production/release)

fixed bugs

2585592         Serial with order by is not working properly

        First order then project, added check for project with order)

2582389         subtraction between two columns 

        Disabled pushing sort down, this causes problems when the sorted
        column is used in other selection/projection results)

2581617         cardinality of expression is wrong

        When optimizing we sometimes have to fixup the cardinality of 
        expressions

2523442         IS NULL handled wrong in searched CASE
        
        The case condition column needs its null's removed. 

2513620         subquery returns a table crash    

        Properly detect unexpected table results in the selection

2499537         SQL: time to implement BINOP 

        Done 

Optimizer now also pushes select under cross-product

fixed bug in alter add index 
fixed bug in "OR" handling, with views. These require a distinct over
their "%TID%" columns. These TID columns are usualy not include in a
view, but when used now they are re-introduced. 



U subquery_returns_table_crash.SF-2513620.stable.err
Index: subquery_returns_table_crash.SF-2513620.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/subquery_returns_table_crash.SF-2513620.stable.err,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- subquery_returns_table_crash.SF-2513620.stable.err  2 Feb 2009 14:10:24 
-0000       1.1.2.1
+++ subquery_returns_table_crash.SF-2513620.stable.err  11 Feb 2009 19:35:45 
-0000      1.1.2.2
@@ -80,6 +80,9 @@
 # 15:06:01 >  mclient -lsql -umonetdb -Pmonetdb --host=rig --port=34641 
 # 15:06:01 >  
 
+MAPI  = mone...@alf:38709
+QUERY = select f1();
+ERROR = !SELECT: no such operator 'f1'
 
 # 15:06:01 >  
 # 15:06:01 >  Done.

U subtraction_between_two_columns.SF-2582389.stable.out
Index: subtraction_between_two_columns.SF-2582389.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/subtraction_between_two_columns.SF-2582389.stable.out,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- subtraction_between_two_columns.SF-2582389.stable.out       11 Feb 2009 
10:17:40 -0000      1.1.2.2
+++ subtraction_between_two_columns.SF-2582389.stable.out       11 Feb 2009 
19:35:45 -0000      1.1.2.3
@@ -27,7 +27,7 @@
 
 [ 1    ]
 [ 1    ]
-% sys.,        sys.r,  sys.l,  sys. # table_name
+% sys.l,       sys.r,  sys.l,  sys. # table_name
 % id,  inst,   inst,   diff # name
 % int, double, double, double # type
 % 1,   22,     22,     22 # length


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to