Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24276/src/test/BugTracker/Tests
Added Files:
range_join_any.SF-2041785.sql
Log Message:
propagated changes of Sunday Aug 10 2008 - Thursday Aug 14 2008
from the SQL_2-24 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/08/10 - lsidir:
src/test/BugTracker/Tests/range_join_any.SF-2041785.sql,1.1.2.1
Added test for bug 2041785: range join exception.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- NEW FILE: range_join_any.SF-2041785.sql ---
create table s1 (id int, v char(10));
create table s2 (id int, v char(10));
insert into s1 values (1,'s1');
insert into s1 values (2,'s2');
insert into s1 values (3,'s3');
insert into s2 values (1,'s1');
insert into s2 values (2,'s2');
select s1.id from s1, s2 where s1.v between s2.v and s2.v;
drop table s1;
drop table s2;
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins