You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New delete() method: Introduced a delete(s, p, o) method for precise removal of individual edges (triples) from the graph.
New truncate() method: Added a truncate() method to clear all data from a graph while preserving its structure and making it reusable.
Refined drop() method: The drop() method has been redefined: it now serves to delete the entire graph (local) or raises deprecation/not-implemented errors (remote), clarifying its destructive nature and separating it from edge removal.