- From: Eric Prud'hommeaux <eric@w3.org>
- Date: Thu, 28 Jun 2012 19:37:54 -0400
- To: public-rdb2rdf-wg@w3.org
Received on Thursday, 28 June 2012 23:38:26 UTC
In D017-I18NnoSpecialChars/create.sql, I have to use NATIONAL CHARACTER VARYING to work with either MySQL or Oracle (see attached diff). If not, I get this for Oracle: ORA-12899: value too large for column "DM"."成分"."皿" (actual: 18, maximum: 10)" while executing [[INSERT INTO "成分" ("皿", "植物名", "使用部") VALUES ('しそのとまと', 'しそ', '葉')]]. and triples like this from MySQL: <植物/名=%3f%3f;使用部=%3f> <植物#条件> "???" . If I do make the change, I pass 24X3 tests. The Turtle EARL hasn't changed from the last report, but it has been run with the new tests. -- -ericP
Received on Thursday, 28 June 2012 23:38:26 UTC