jeffdeville / penn-orchestra

Automatically exported from code.google.com/p/penn-orchestra
0 stars 0 forks source link

Rejections are not working. #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When an imported tuple is added to the _R_INS table (in fact the _R table
should be sufficient) it should be deleted from the base (and _L table if it
appears there as well) and should not reappear after subsequent update
exchanges.

Right now the tuple is not being removed from the base table.

Original issue reported on code.google.com by jwfro...@gmail.com on 16 Apr 2010 at 6:44

Attachments:

GoogleCodeExporter commented 8 years ago
This is now working. When publish/update-exchange is done, any tuples deleted 
since the  
last publish-update are detected.

Code was added to publish these deletions to the update store. The datalog 
rules were 
augmented to handle the _R* tables during update exchange.

Original comment by jwfro...@gmail.com on 26 May 2010 at 7:29