(spotted by John Clark)

The MySQL store implementation on trunk was storing literalProperty
assertions with a term_type indication that the datatype was an RDF
Literal (i.e. 'L' instead of 'U').  This would have an effect on any
attempt to match Literals by datatype.  The fix will only apply for
future assertions, so an UPDATE command will be needed.

The database relations used for storing RDF assertions can be combined
into SQL VIEWs for convenience.  This is useful for supporting much
more powerful relational algebra operations.  A set of methods which
generate VIEW SELECT statements was added to
BinaryRelationPartition.py

-- Chimezie
_______________________________________________
Dev mailing list
Dev@rdflib.net
http://rdflib.net/mailman/listinfo/dev

Reply via email to