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
so to summarize: When you do a delete where query mu auth does a select and delete data query. The delete data is in this case is incorrect. Mu auth should either do a more extensive select so it also gets possible language tags or a construct query. Currently the delete data query is incorrect as a result .
I think we should use a construct rather than a select query to solve this, it's likely to be more performant and easier to get the datatype and language of each literal.
given the following triples:
if you try the following query:
it will not remove the expected data, because we are not selecting the language tag
The text was updated successfully, but these errors were encountered: