- From: Nuno Lopes <nuno.lopes@deri.org>
- Date: Fri, 5 Aug 2011 22:17:17 +0100
- To: W3C RDB2RDF <public-rdb2rdf-wg@w3.org>
- Cc: Nuno Lopes <nuno.lopes@deri.org>
Hello all, I was running the test cases and found a few issues: 1) The attached patch fixes mostly case mismatches in some mapping files and/or output files, some small errors in the SQL queries (like extra quotes and a missing relation from the FROM clause). Biggest changes were adding a missing primary key to D013. Boris can double check in case I made a mistake. 2) the SQL scripts to create the databases use double quoted strings ("string"). PostgreSQL seems to have a problem with this and expect single quoted strings ('string'), MySQL seems to work with either representation. What the standard for representing strings? Should we use single quotes if it works on more SQL engines? 3) D014-3tablesExample/r2rmlb.ttl has an undefined reference to <#TriplesMap1>. I'll report any more issues I find. best regards, -- Nuno Lopes
Received on Friday, 5 August 2011 21:17:47 UTC