Gregory Todd Williams

Results 64 comments of Gregory Todd Williams

Do you have an example Virtuoso results file (with the "nodeID://" stuff included) that I can use in testing?

Oh, never mind. Realized I could get one from DBPedia.

With the new blank node ID generation stuff (in eea4393), I'm happy with your proposed path forward. Could you re-base with eea4393 before re-requesting a pull? Thanks!

@minusdavid – Yup. The mailing list archives seem to have gone missing. I'll look into it. Thanks!

Does the generic implementation of remove_statements in RDF::Trine::Store that was added in commit 4e97622ceb resolve this issue? Or do you mean it should have a more optimized version?

This looks mostly fine to me, but I don't see anything failing on my Pg setup using the current code in HEAD. Could you add tests that are fixed by...

Understood. If the current code is broken (which it sounds like it is), then Pandora's box needs to be opened! :) I'll look into writing some tests that expose this...

I see the encoding problems, but I'm afraid I don't know enough about how modern Pg and DBD::Pg work regarding unicode. [My attempt at tests for this](https://github.com/kasei/perlrdf/commit/07e7c543c3ab103bc9152ae533c094c524357f5c#diff-ea0f22335f97140569e3419ac6fc7665R129) show what looks...

I think it might be good for the built-in BGP planner to do simple analysis and to either error or emit loud warnings when a cartesian product occurs when it's...

It sounds like it's more than just needing an IO::Handle serializer, because for a conditional GET that should return 304 (Not Modified), we don't even want to execute the query....