nTangle is a Change Data Capture (CDC) code generation tool and corresponding runtime. Unlike other CDC-based technologies which replicate changes to rows, nTangle is designed to replicate business entity (aggregate) changes.
MIT License
15
stars
3
forks
source link
Enable a root table to be specified more than once with optional data selection #7
Currently where a root table is specified more than once, the second overrides the first which is an error. Enable support for a root table to be specified more than once, including optional data selection (i.e. WHERE clause).
Currently where a root table is specified more than once, the second overrides the first which is an error. Enable support for a root table to be specified more than once, including optional data selection (i.e.
WHERE
clause).