xquerrail icon indicating copy to clipboard operation
xquerrail copied to clipboard

partial node add/update/delete inside container.

Open jeet1212 opened this issue 13 years ago • 2 comments

Hi Gary,

Have you given support to update/add/delete element inside container?

For Example:

Suppose I have a data model for assetsReferences:
...........

So suppose I have to add some assetReferences along with existing assetReferences under container <assetsReferences> so first I have to get all asset references then add those into map then I am calling domain:partial-update. Is there any method from that we can directly add references without extracting existing from DB.same for delete

If Not , I think there should be separate function. what do you think?

Thanks & Regards, Indy

jeet1212 avatar May 29 '12 12:05 jeet1212

Partial Updates are not really supported in xquerrail base implementation. I will look into the ability to support partial updates soon. I think it should be a straightforward implementation. Let me work on this in an upcoming iteration.

garyvidal avatar May 30 '12 01:05 garyvidal

Thanks Gary.

jeet1212 avatar May 30 '12 04:05 jeet1212