Skip to content

Commit

Permalink
TEIID-3752 updating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Oct 13, 2015
1 parent 1b944bc commit 4827902
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,6 @@ <h2><a name="Compatibility">Compatibility Issues</a></h2>
<li>TEIID-2326 By default imported vdb internal materialized views will shared with the importing vdb.
<li>TEIID-2344 non-available JDBC sources in partial results mode or source with connection factories that require an ExecutionContext to obtain a connection will require manual setting of the database version metadata property. The affected sources are: db2, derby, oracle, postgresql, sqlserver, sybase, teiid
<li>TEIID-2477 Most of the JDBC translator static String version constants were replaced by org.teiid.translator.jdbc.Version constants. Use the .toString() method to obtain a version string if needed.
<li>TEIID-2527 The admin method assignToModel has been deprecated. See the updateSource, addSource, and removeSource methods instead.
<li>TEIID-2904 The createMetadataProcessor method on JDBCExcutionFactory has been deprecated. Use getMetadataProcessor instead.</li>
<li>TEIID-3159 The SAP Netweaver Gateway translator (sap-nw-gateway) has been renamed to just SAP Gateway (sap-gateway). Usage of sap-nw-gateway is deprecated.</li>
<li>TEIID-2694 In the autogenerated web service, if a procedure is designed for POST method, and one of its IN/INOUT parameters is either a LOB or VARBINARY then that service can only invoked using "multipart/form-data". This allows user to send large binary files for processing in Teiid<li>
Expand All @@ -47,6 +46,7 @@ <h4>from 8.x</h4>
<ul>
<li>TEIID-2754 view are reported as VIEW table type in the metadata. Use the connection property reportAsViews=false to restore the old behavior.</li>
<li>TEIID-3601 changed the rowCount field on CommandLogMessages from Integer to Long.</li>
<li>TEIID-3752 the admin assignToModel method was removed</li>
</ul>

<h4>from 8.11</h4>
Expand Down

0 comments on commit 4827902

Please sign in to comment.