Skip to content

Commit

Permalink
0000720: Variable column transform now supports target-node-id
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Jul 20, 2012
1 parent 4c78374 commit 0677fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric-assemble/src/docbook/configuration.xml
Expand Up @@ -1176,8 +1176,8 @@ insert into sym_trigger_router (TRIGGER_ID,ROUTER_ID,INITIAL_LOAD_ORDER,
</listitem>
<listitem>
Variable Transform ('variable'): This transformation type allows you to map a built-in dynamic variable to the given target column. The variable name is placed in transform_expression.
The following variables are available: <code>system_date</code> is the current system date, <code>system_timestamp</code> is the current system date and time, and <code>source_node_id</code> is
the node id of the source, <code>null</code> is a null value.
The following variables are available: <code>system_date</code> is the current system date, <code>system_timestamp</code> is the current system date and time, <code>source_node_id</code> is
the node id of the source, <code>target_node_id</code> is the node id of the target, and <code>null</code> is a null value.
</listitem>
<listitem>
Additive Transform ('additive'): This transformation type is used for numeric data. It computes the change between the old and new values on the source
Expand Down

0 comments on commit 0677fab

Please sign in to comment.