On Oct 10, 2006, at 9:16 PM, Matt Chaput wrote:

Since replies seem to be on the increase on this list...

Yeah... we're finally getting things back into motion again... slowly but surely.

It seems like the method for naming the SQLite file is broken... it 
tries to use the graph's description URL as the filename, which is 
practically guaranteed to not be a valid filename.

The first argument to Store's open method is meant to be a configuration string containing whatever information is needed to open the store. In the case of SQLite couldn't the configuration string just be the filename? I'm not sure why it's being used as a home (directory) with the store's identifier being joined (appended) to it.

Am I missing the right way to specify the filename for a SQLite db, or 
does this just need to be fixed? FWIW, I think a method for specifying a 
filename is necessary; I don't think it should be computed automatically.

Does it work if we make it use the configuration argument (the first argument to open) be the filename? Chimezie, does this work for you too?

Thanks,

Matt
_______________________________________________
Dev mailing list

Daniel Krech, http://eikeon.com/



_______________________________________________
Dev mailing list
[email protected]
http://rdflib.net/mailman/listinfo/dev

Reply via email to