[teiid-commits] teiid SVN: r2651 - branches/7.1.x/build/kits/jboss-container.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Oct 14 11:27:32 EDT 2010


Author: shawkins
Date: 2010-10-14 11:27:31 -0400 (Thu, 14 Oct 2010)
New Revision: 2651

Modified:
   branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html
Log:
TEIID-950 merging ENV function changes.

Modified: branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html	2010-10-14 15:18:55 UTC (rev 2650)
+++ branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html	2010-10-14 15:27:31 UTC (rev 2651)
@@ -34,7 +34,8 @@
     <LI><B>Materialized View Performance</B> - materialized view tables will now automatically create and use non-unique secondary indexes for unique constraints and indexes defined on the view. 
     <LI><B>Binary Web Service Calls</B> - the ws translator now provides an invokeHttp procedure to return the blob contents and string content type of an http/https call.
     <LI><B>Improved clustering support</B> - see the Admin Guide chapter on clustering.
-    <LI><B>IPv6 support</B> - Teiid can started using IPv6 bind address and can be used with JDBC connection.   
+    <LI><B>IPv6 support</B> - Teiid can started using IPv6 bind address and can be used with JDBC connection.
+    <LI><B>SESSION_ID</b> - A new system function "SESSION_ID" is added to the system function library.    
 </UL>
 
 <h2><a name="Compatibility">Compatibility Issues</a></h2>
@@ -51,7 +52,7 @@
   <li>The jdbc:metamatrix JDBC URL prefix is no longer accepted.  Use jdbc:teiid instead.
   <li>Model visibility no longer restricts access to tables and procedures.  Setting visible to false will only hide entries from system tables.  Data roles should be used to restrict data access.
   <li>On Admin API "getWorkManagerStats" methods renamed to "getWorkerPoolStats". Also, "setRuntimeProperty" and "getProcesses" methods are not supported.
-  <li>A new system function "session_id" is added to the system function library. By default "ENV" system function is now turned off. To enable it edit Teiid configuration file.
+  <li>By default the "ENV" system function is now turned off. To enable it, edit the Teiid configuration file.
 </ul>
 <h4>from 7.0</h4>
 <ul>



More information about the teiid-commits mailing list