Update of /cvsroot/monetdb/sql/src/test/rdf/Tests
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5256/src/test/rdf/Tests
Added Files:
Tag: Feb2010
q8_v.sql
Log Message:
propagated changes of Friday Jan 15 2010 - Monday Jan 18 2010
from the Nov2009 branch to the Feb2010 branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/01/15 - romulog: src/test/rdf/Tests/q8_v.sql,1.1.2.1
Add a test to cover the schema and queries for rdf used in vldb2008.
It seems 4 of them got broken... in the last release...
Like this we make sure we support the queries syntax...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- NEW FILE: q8_v.sql ---
with A as (
(select subj, obj FROM prop14657240_pso where subj = 12854543)
UNION ALL
(select subj, obj FROM prop14660343_pso where subj = 12854543)
UNION ALL
(select subj, obj FROM prop17582582_pso where subj = 12854543)
UNION ALL
(select subj, obj FROM prop14657202_pso where subj = 12854543)
UNION ALL
(select subj, obj FROM prop14657244_pso where subj = 12854543)
UNION ALL
(select subj, obj FROM prop14657245_pso where subj = 12854543)
UNION ALL
(select subj, obj FROM prop14660087_pso where subj = 12854543)
UNION ALL
(select subj, obj FROM prop14660290_pso where subj = 12854543)
UNION ALL
(select subj, obj FROM prop14660329_pso where subj = 12854543)
UNION ALL
[...1961 lines suppressed...]
FROM A,
prop14657019_pso as B
WHERE A.obj = B.obj
AND B.subj <> 12854543
)
UNION ALL
(SELECT b.subj
FROM A,
prop14657210_pso as B
WHERE A.obj = B.obj
AND B.subj <> 12854543
)
UNION ALL
(SELECT b.subj
FROM A,
prop14659605_pso as B
WHERE A.obj = B.obj
AND B.subj <> 12854543
)
) as trip;
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins