Aklakan commented on PR #2581: URL: https://github.com/apache/jena/pull/2581#issuecomment-2230931666
There are mory nitty-gritty details: The update methods in the UpdateExecBuilder are cumulative: Calling update multiple times with different strings actually appends the parsed update objects to the request. https://www.w3.org/TR/sparql11-update/#updateLanguage states: | A request is a sequence of operations and is terminated by EOF (End of File). Multiple operations are separated by a ';' (semicolon) character. So without parsing, it should be fine to just join the given strings on `;`. Still a bit of a change nonetheless. -- 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]
