Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: f50c7e0c9ee330df7f86a25600b12c9696a04e93
https://github.com/Teiid-Designer/teiid-designer/commit/f50c7e0c9ee330df7...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-06-21 (Fri, 21 Jun 2013)
Changed paths:
M
plugins/org.teiid.datatools.connectivity.ui/src/org/teiid/datatools/connectivity/ui/TeiidDriverUIContributor.java
M
plugins/org.teiid.datatools.connectivity.ui/src/org/teiid/datatools/connectivity/ui/messages.properties
M
plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/TeiidServerJDBCURL.java
Log Message:
-----------
TEIIDDES-1322: Adds url properties text box to Teiid connection wizard page
* Adds a freeform textbox to allow url properties to be appended to the
teiid connection url. It suggests that the string should be in the
correct format but does not check it to allow the user the freedom to
insert custom properties. The finished url is obvious so if the user has
entered it incorrectly then it should be obvious.
* Support for url properties is already part of the TeiidServerJDBCURL
class. Small fix required in latter class when using url properties.