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

Added Files:
        coercion.sql 
Log Message:
propagated changes of Thursday Feb 12 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/12 - mlkersten: src/test/BugTracker-2009/Tests/coercion.sql,1.1.2.1
Another pair of bugs resolved. The optimizers did not properly react to
a type-error (and roll back).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: coercion.sql ---
create function f(i integer) returns bool
begin
return true;
end;
create table t(i integer);
insert into t values(1), (2);
select f(i) from t;


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to