From 83d75f5dd2cd832f1c6c2d4f28f6323a6d4b7bbf Mon Sep 17 00:00:00 2001 From: shawkins Date: Fri, 23 Jan 2015 10:24:10 -0500 Subject: [PATCH] TEIID-3289 adding a ki --- build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html b/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html index d955cc1129..8a9e0aff2b 100644 --- a/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html +++ b/build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html @@ -331,6 +331,7 @@

Other Issues

  • TEIID-2836 - Data from DB2 on z/OS in EBCDIC may not be represented correctly at runtime. It is recommended that the values are converted to ASCII or another common character set.
  • TEIID-2998 - Google spreadsheets containing all string data do not detect their row data and labels correctly on the Google backend.
  • TEIID-3070 - Netty threads may inappropriately take up CPU resources. This affects most EAP releases. Upgrade the AS version of Netty to 3.6.10.Final to address this issue. +
  • TEIID-3289 - The timestamp to string conversion performed in MySQL will produce a string with all of the trailing zeros (up to 6) for the fractional seconds. This differs from the expected Teiid/Java format.

    from 7.0