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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jan 18 20:59:26 EST 2011


Author: shawkins
Date: 2011-01-18 20:59:26 -0500 (Tue, 18 Jan 2011)
New Revision: 2852

Modified:
   branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html
Log:
TEIID-1422 fix for pushing limits too far

Modified: branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html	2011-01-19 01:57:17 UTC (rev 2851)
+++ branches/7.1.x/build/kits/jboss-container/teiid-releasenotes.html	2011-01-19 01:59:26 UTC (rev 2852)
@@ -55,7 +55,8 @@
   <li>Admin API "getWorkManagerStats" methods renamed to "getWorkerPoolStats". Also, "setRuntimeProperty" and "getProcesses" methods were removed.
   <li>By default the "ENV" system function is now turned off. To enable it, edit the teiid-jboss-beans.xml configuration file.
   <li>The use of VARIABLES.ROWCOUNT is now reserved. 
-  <li>Direct assignments in virtual procedures using stored procedures (e.g. var = EXEC foo()) are only valid if the procedure has a return parameter and no result set.  
+  <li>Direct assignments in virtual procedures using stored procedures (e.g. var = EXEC foo()) are only valid if the procedure has a return parameter and no result set.
+  <li>Unordered limits are no longer pushed through conditions, dup removal, or UNION not all.  This prevents the possibility of getting less results than the logical intent of the limit.  
 </ul>
 <h4>from 7.0</h4>
 <ul>



More information about the teiid-commits mailing list