You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2022/03/22 09:46:59 UTC

[GitHub] [jena] afs commented on pull request #1229: GH-1228: Process update flag for file datasets

afs commented on pull request #1229:
URL: https://github.com/apache/jena/pull/1229#issuecomment-1074946264


   `--update` is largely legacy.
   
   `--update` does not take a value. It is either present or not.
   
   For `--loc` a and `--mem`, it isn't necessary and hasn't been for a awhile. These have update enabled. If the user wants detailed control, they write a configuration file.
   
   `--file` defaults to "read-only" -- `--file` is "create in-memory dataset and read file into it", same as `ja:data` in a configuration file. i.e. it is publishing the file. With `--update`, update is allowed, but changes are not written back, hence the default is read-only.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org