Branch: refs/heads/8.6.x
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 367852b8bc34b3b29ca6444340931b3e1e592431
https://github.com/Teiid-Designer/teiid-designer/commit/367852b8bc34b3b29...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M
plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServerManager.java
Log Message:
-----------
TEIIDDES-2352: Save the jdbc password token to xml
* The jdbc password token is not being saved to the xml file hence the
password is not found and reverting to the default upon reloading
* Completes the cycle by saving the jdbc password token in the same manner
as the admin password
Commit: f247c7fe8bffd49b17e530748bc148dd01557b5a
https://github.com/Teiid-Designer/teiid-designer/commit/f247c7fe8bffd49b1...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M
plugins/org.teiid.designer.core/src/org/teiid/designer/core/extension/EmfModelObjectExtensionAssistant.java
M
plugins/org.teiid.designer.relational.ui/src/org/teiid/designer/relational/ui/edit/RelationalProcedureEditorPanel.java
M
plugins/org.teiid.designer.relational/src/org/teiid/designer/relational/model/RelationalModelFactory.java
Log Message:
-----------
TEIIDDES-2368
* added combo box listener to properly set Update Count value on procedure ref
* added description == null check to prevent removing the description when all tags are
removed
* cleaned up RelationalModelFactory by removing secondary adds to model contents.
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/e3d25aa513ab...f...