Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 3071765

Browse files
author
Eric Meyer
committed
Updates README for current release.
1 parent cf4c367 commit 3071765

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ Then run the tool by executing the run.sh script.
2222
Release Notes
2323
-------------
2424

25+
1.7 - 2011-11-04
26+
* Adds support for add-to-item for deltas and snapshots (the Discovery Engine does not support add-to-item for bulk or full
27+
changesets). The add-to-item configuration element supports the same attributes and child configuration elements as set-item.
28+
* Adds another subquery test scenario.
29+
* Fixes Data Tool Outputs Empty Strings: If a column returns an empty string, the data tool still outputs the column value.
30+
Empty strings should not be output.
31+
* Fixes merge-columns should not be case sensitive.
32+
33+
1.6 - 2011-09-28
34+
35+
* Adds support for provider and kind to Discovery Data Tool. The configuration elements can now take optional attributes
36+
providerColumn and kindColumn. If either of these are specified, then the resulting changeset set-item and remove-item
37+
elements will not have an id attribute, and instead will have locator, provider and kind attributes.
38+
The providerColumn and kindColumn are not included in the resulting set-item properties, since that would be redundant.
39+
* No longer includes id column in set-item properties, since it is redundant to the set-item id attribute.
40+
2541
1.5 - 2011-08-04
2642

2743
* Adds support for "vertical" tables.

0 commit comments

Comments
 (0)