[
https://jira.jboss.org/jira/browse/TEIID-766?page=com.atlassian.jira.plug...
]
Larry O'Leary resolved TEIID-766.
---------------------------------
Resolution: Done
Added super calls in initialize and modifyCommand methods.
Oracle Spatial Connector is not utilizing function modifiers from
Oracle Connector
----------------------------------------------------------------------------------
Key: TEIID-766
URL:
https://jira.jboss.org/jira/browse/TEIID-766
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 6.2.0
Reporter: Larry O'Leary
Assignee: Larry O'Leary
Fix For: 6.2.0
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
When attempting to execute any functions that are supported by our Oracle connector
implementation against the Oracle Spatial connector, invalid SQL is generated.
This is due to
com.metamatrix.connector.jdbc.oracle.spatial.OracleSpatialSQLTranslator.initialize(ConnectorEnvironment
env) : void not calling its super.initialize(ConnectorEnvironment env) : void method.
This call is required so that the parent (OracleSQLTranslator) can register its function
modifiers.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira