afs commented on issue #1985:
URL: https://github.com/apache/jena/issues/1985#issuecomment-1673618813

   > Yes
   
   Yes, but.
   
   `DROP` and `CLEAR default` operate on graphs, not the whole dataset. They 
use `GraphView.clear` (default graph) or `DatasetGraph.removeGraph` (drop named 
graph).
   
   They don't go via `DatasetGraphText.clear` although that does need 
intercepting.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to