Author: rareddy
Date: 2011-05-04 09:32:31 -0400 (Wed, 04 May 2011)
New Revision: 3145
Modified:
trunk/build/kits/jboss-container/teiid-releasenotes.html
Log:
TEIID-1511: Adding KI about too many open files
Modified: trunk/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- trunk/build/kits/jboss-container/teiid-releasenotes.html 2011-05-04 00:01:35 UTC (rev
3144)
+++ trunk/build/kits/jboss-container/teiid-releasenotes.html 2011-05-04 13:32:31 UTC (rev
3145)
@@ -177,7 +177,8 @@
<li>TEIID-1281 - Negative start indexing is not supported by DB2 and Derby
databases. Usage of the Teiid SUBSTRING against these sources should not use negative
start values.
<li>TEIID-1008 - Most versions of Oracle and MySQL do not support deeply nested
correlated references. There is currently no workaround for this issue.
<li>For compatibility with the 7.0 release if a stored procedure parameter list
begins with identifier=, then it will be parsed as a named parameter invocation even if
the intent was to use a comparison predicate
- as the first parameter value. The workaround is to use nesting parens, e.g. call
proc((identifier=value), ...), which clarifies that this is positional value. This
workaround will not be needed in later releases.
+ as the first parameter value. The workaround is to use nesting parens, e.g. call
proc((identifier=value), ...), which clarifies that this is positional value. This
workaround will not be needed in later releases.
+ <li><a
url="https://issues.jboss.org/browse/TEIID-1511">TEIID-1511&... - When
a VDB is deployed and undeployed a socket is left open, which may lead to "too manay
open files". Check the defect comments for details.
</ul>
<h4>from 7.0</h4>
<ul>