Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable UpdateWithModelBuilder to delete triples, too #4999

Open
fkleedorfer opened this issue May 31, 2024 · 0 comments · May be fixed by #5008
Open

Enable UpdateWithModelBuilder to delete triples, too #4999

fkleedorfer opened this issue May 31, 2024 · 0 comments · May be fixed by #5008
Assignees
Labels
📶 enhancement issue is a new feature or improvement
Milestone

Comments

@fkleedorfer
Copy link
Contributor

Problem description

The UpdateWithModelBuilder does not support deletion. We do have the need for deletions during updates, and these go directly to the db. If the UpdateWithModelBuilder supported deletions, we could collect them and execute them in one db access.

Preferred solution

No response

Are you interested in contributing a solution yourself?

Yes

Alternatives you've considered

No response

Anything else?

I already have that. Will open a PR that contributes it.

@fkleedorfer fkleedorfer added the 📶 enhancement issue is a new feature or improvement label May 31, 2024
fkleedorfer added a commit to Merkmalservice/rdf4j that referenced this issue Jun 2, 2024
@hmottestad hmottestad added this to the 5.1.0 milestone Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📶 enhancement issue is a new feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants