Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: e1d4e4301c32d5664ef7848bd04a125265f5de3a
https://github.com/Teiid-Designer/teiid-designer/commit/e1d4e4301c32d5664...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M
plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/util/AttributeMappingHelper.java
Log Message:
-----------
TEIIDDES-1612: Fixes accumulation of inputs in transformation
* AttributeMappingHelper
* The element collector visitor implementations store the returned
elements in a field. As a consequence, using the visitor in a loop means
the previously found elements are also returned with newly found
elements.
* Creates a new instance of the visitor each time it is required to
avoiding erroneous caching of elements.
Commit: 845cb2d50fde4ed7b786ae2820a55b604af86184
https://github.com/Teiid-Designer/teiid-designer/commit/845cb2d50fde4ed7b...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M plugins/teiid/org.teiid.7.7.x
M plugins/teiid/org.teiid.8.3.x
Log Message:
-----------
Improves performance of submodule project auto-builders
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/bea4bf7e721e...8...