Re: [basex-talk] Handling saving errors

2020-07-06 Thread Michael Seiferle
Hi Ramzi, I am not sure whether your are using RestXQ, however if you do, the implementation should take care of this by itself. XQuery update in general either applies the whole updating query, or cancels all updates: Take the following example db containing 5 documents. >

[basex-talk] Handling saving errors

2020-07-06 Thread Ramzi Hammouda
Hello BaseX team, We're developing an application where a command can result in saving data on multiple xml documents in the same database. We're using Rest APIs. Now, We're looking on handling saving errors. For example, if there were an error in saving data on a one document, then the saving