From teiid-commits at lists.jboss.org Thu May 1 11:58:50 2014 Content-Type: multipart/mixed; boundary="===============4728649994724060274==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r4638 - in branches/7.7.x: client/src/main/java/org/teiid/jdbc and 1 other directories. Date: Thu, 01 May 2014 11:58:50 -0400 Message-ID: <201405011558.s41FwoQi001266@svn01.web.mwc.hst.phx2.redhat.com> --===============4728649994724060274== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jolee Date: 2014-05-01 11:58:50 -0400 (Thu, 01 May 2014) New Revision: 4638 Modified: branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html branches/7.7.x/client/src/main/java/org/teiid/jdbc/ConnectionImpl.java branches/7.7.x/client/src/test/java/org/teiid/jdbc/TestStatement.java Log: BZ1054940 - Roll up patch EDS_5.3.1_1_2014 + TEIID-2945 allowing disableLoc= alTxn to work via a set statement Modified: branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2014-= 04-24 12:09:46 UTC (rev 4637) +++ branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2014-= 05-01 15:58:50 UTC (rev 4638) @@ -256,6 +256,8 @@
  • [TEIID-2931= ] - Perform equi-join full outer joins in a streaming manner
  • +
  • [TEIID-2945= ] - disableLocalTxn only works at connection time +
  • From 7.7.9