Update of /cvsroot/monetdb/sql/src/test/rdf/Tests
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11513/src/test/rdf/Tests
Added Files:
q6_t.sql
Log Message:
propagated changes of Friday Jan 15 2010 - Monday Jan 18 2010
from the Feb2010 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/01/15 - sjoerd: src/test/rdf/Tests/q6_t.sql,1.1.4.1
file q6_t.sql was added on branch Feb2010 on 2010-01-18 10:45:36 +0000
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/01/18 - sjoerd: src/test/rdf/Tests/q6_t.sql,1.1.4.2
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/q6_t.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: q6_t.sql ---
--Query6:
SELECT A.prop, count(*)
FROM triples_pso AS A,
(
(SELECT B.subj
FROM triples_pso AS B
WHERE B.prop = 17582582
AND B.obj = 14660332)
-- WHERE B.prop = '<type>'
-- AND B.obj = '<Text>')
UNION
(SELECT C.subj
FROM triples_pso AS C,
triples_pso AS D
WHERE C.prop = 14660306
-- WHERE C.prop = '<records>'
AND C.obj = D.subj
AND D.prop = 17582582
AND D.obj = 14660332)
-- AND D.prop = '<type>'
-- AND D.obj = '<Text>')
) AS uniontable
WHERE A.subj = uniontable.subj
GROUP BY A.prop;
------------------------------------------------------------------------------
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