implementation report for SWObjects' dm-materialize

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