Feature #1
Check a condition before applying modifications to the destination
| Status: | Closed | Start: | 21/11/2008 | |
|---|---|---|---|---|
| Priority: | High | Due date: | 25/11/2008 | |
| Assigned to: | Rémy-Christophe Schermesser | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 1.1.0 |
Description
For creations, updates and deletions, a condition specified in the configuration file should be checked, and the modifications only applied if the condition evaluates to "true".
This can allow for example to only update entries if they are newer in the source than the destination, or to block deletions by setting the delete condition to "false".
The conditions could be interpreted by the Rhino JavaScript interpreter to enable simple object manipulation and reading from source or destination objects.
History
Updated by Jonathan Clarke over 1 year ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100