[teiid-commits] teiid SVN: r4028 - branches/8.0.x/build/kits/jboss-as7/docs/teiid.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Apr 23 14:32:05 EDT 2012


Author: shawkins
Date: 2012-04-23 14:32:04 -0400 (Mon, 23 Apr 2012)
New Revision: 4028

Modified:
   branches/8.0.x/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html
Log:
TEIID-2006 adding support for a set payload statement and optional encryption of requests and refactoring to simplify xaresourceimpl

Modified: branches/8.0.x/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html
===================================================================
--- branches/8.0.x/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html	2012-04-23 18:13:47 UTC (rev 4027)
+++ branches/8.0.x/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html	2012-04-23 18:32:04 UTC (rev 4028)
@@ -48,6 +48,8 @@
   <LI><B>Greenplum Translator</B> - for use with the Greenplum database.
   <LI><B>Enhanced parse/format pushdown</B> - added more built-in support and extension points for parse/format function pushdown.  Added parse/format timestamp handling for SQLServer, Sybase, Oracle, and PostgreSQL.
   <LI><B>User Defined Aggregates</B> - user defined aggregate functions can be defined via extension metadata, DDL, or connector metadata. 
+  <LI><B>SET PAYLOAD statement</B> - SET PAYLOAD can be used to set a name value pair on a session scoped payload that will be sent with requests.
+  <LI><B>ENCRYPT REQUESTS</B> - encryptRequests may be used as a connection/datasource property when not using SSL to indicate that request messgaes and any associated payload should be encrypted.
 </UL>
 
 <h2><a name="Compatibility">Compatibility Issues</a></h2>



More information about the teiid-commits mailing list