View Revisions: Issue #5551

Summary 0005551: Add parameters that specify how to sync default values
Revision 2022-10-24 12:39 by emiller
Description It would be useful to add 2 parameters that specify how to sync default values.

1. The first parameter should be a comma-separated list of default values that will be treated as functions and not string literals.
2. The second parameter should be a comma-separated list that looks something like the following:

"sourceValue0=targetValue0","sourceValue0=targetValue1","sourceFunction()=targetFunction()"

where each source value or function will be translated to the corresponding target value or function on the target database.
Revision 2022-10-21 20:35 by emiller
Description It would be useful to add 2 parameters that specify how to sync default values.

1. The first parameter should be a comma-separated list of default values that will be treated as functions and not string literals.
2. The second parameter should be a comma-separated list that looks something like the following:

'sourceValue0'='targetValue0','sourceValue1'='targetValue1',sourceFunction()=targetFunction()

where each source value or function will be translated to the corresponding target value or function on the target database.