[teiid/teiid] c19521: TEIID-2495 adding improvements to for each row pro...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: c195217124e6b95a29c5100f89891526d7a0e409
https://github.com/teiid/teiid/commit/c195217124e6b95a29c5100f89891526d7a...
Author: shawkins <shawkins(a)redhat.com>
Date: 2013-08-06 (Tue, 06 Aug 2013)
Changed paths:
M engine/src/main/java/org/teiid/query/optimizer/TriggerActionPlanner.java
M engine/src/main/java/org/teiid/query/optimizer/relational/RelationalPlanner.java
M engine/src/main/java/org/teiid/query/optimizer/relational/rules/FrameUtil.java
M engine/src/main/java/org/teiid/query/processor/RegisterRequestParameter.java
M engine/src/main/java/org/teiid/query/processor/proc/ForEachRowPlan.java
M engine/src/main/java/org/teiid/query/processor/relational/SubqueryAwareEvaluator.java
M engine/src/main/java/org/teiid/query/sql/lang/BatchedUpdateCommand.java
M engine/src/test/java/org/teiid/dqp/internal/process/TestPreparedStatementBatchedUpdate.java
M engine/src/test/java/org/teiid/query/processor/HardcodedDataManager.java
M engine/src/test/java/org/teiid/query/processor/TestFunctionPushdown.java
Log Message:
-----------
TEIID-2495 adding improvements to for each row processing
11 years, 4 months
[teiid/teiid] 143818: TEIID-2612 correcting portal result response
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 1438184324df3823be606b95e48acd3088fdfdce
https://github.com/teiid/teiid/commit/1438184324df3823be606b95e48acd3088f...
Author: shawkins <shawkins(a)redhat.com>
Date: 2013-08-05 (Mon, 05 Aug 2013)
Changed paths:
M runtime/src/main/java/org/teiid/odbc/ODBCClientRemote.java
M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java
M runtime/src/main/java/org/teiid/runtime/RuntimePlugin.java
M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java
M runtime/src/main/resources/org/teiid/runtime/i18n.properties
A test-integration/common/src/main/java/org/postgresql/core/v3/ExtendedQueryExectutorImpl.java
A test-integration/common/src/main/java/org/postgresql/core/v3/ProtocolConnectionImpl.java
M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java
Log Message:
-----------
TEIID-2612 correcting portal result response
11 years, 4 months
teiid SVN: r4590 - in branches/7.7.x: adminshell and 46 other directories.
by teiid-commits@lists.jboss.org
Author: jolee
Date: 2013-08-05 09:34:19 -0400 (Mon, 05 Aug 2013)
New Revision: 4590
Modified:
branches/7.7.x/adminshell/pom.xml
branches/7.7.x/api/pom.xml
branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html
branches/7.7.x/build/pom.xml
branches/7.7.x/cache-jbosscache/pom.xml
branches/7.7.x/client-jdk15/pom.xml
branches/7.7.x/client/pom.xml
branches/7.7.x/common-core/pom.xml
branches/7.7.x/connectors/connector-file/pom.xml
branches/7.7.x/connectors/connector-infinispan/pom.xml
branches/7.7.x/connectors/connector-ldap/pom.xml
branches/7.7.x/connectors/connector-salesforce/pom.xml
branches/7.7.x/connectors/connector-ws/pom.xml
branches/7.7.x/connectors/pom.xml
branches/7.7.x/connectors/salesforce-api/pom.xml
branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
branches/7.7.x/connectors/sandbox/connector-template/pom.xml
branches/7.7.x/connectors/sandbox/pom.xml
branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
branches/7.7.x/connectors/translator-file/pom.xml
branches/7.7.x/connectors/translator-hive/pom.xml
branches/7.7.x/connectors/translator-jdbc/pom.xml
branches/7.7.x/connectors/translator-ldap/pom.xml
branches/7.7.x/connectors/translator-loopback/pom.xml
branches/7.7.x/connectors/translator-object/pom.xml
branches/7.7.x/connectors/translator-olap/pom.xml
branches/7.7.x/connectors/translator-salesforce/pom.xml
branches/7.7.x/connectors/translator-ws/pom.xml
branches/7.7.x/console/pom.xml
branches/7.7.x/documentation/admin-guide/pom.xml
branches/7.7.x/documentation/caching-guide/pom.xml
branches/7.7.x/documentation/client-developers-guide/pom.xml
branches/7.7.x/documentation/developer-guide/pom.xml
branches/7.7.x/documentation/javadocs/pom.xml
branches/7.7.x/documentation/pom.xml
branches/7.7.x/documentation/quick-start-example/pom.xml
branches/7.7.x/documentation/reference/pom.xml
branches/7.7.x/engine/pom.xml
branches/7.7.x/hibernate-dialect/pom.xml
branches/7.7.x/jboss-integration/pom.xml
branches/7.7.x/metadata/pom.xml
branches/7.7.x/pom.xml
branches/7.7.x/runtime/pom.xml
branches/7.7.x/test-integration/common/pom.xml
branches/7.7.x/test-integration/db/pom.xml
branches/7.7.x/test-integration/perf/pom.xml
branches/7.7.x/test-integration/pom.xml
Log:
BZ975033: EDS_5.3.1_3_2013: pom.xml and teiid-releasenotes.html update
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/adminshell/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-adminshell</artifactId>
Modified: branches/7.7.x/api/pom.xml
===================================================================
--- branches/7.7.x/api/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/api/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2013-08-05 13:34:19 UTC (rev 4590)
@@ -242,6 +242,26 @@
</h2>
<h4>From ${project.version}</h4>
<ul>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2475'>TEIID-2475</a>] - The RelationalNode.collectNodeStats is only subtracting out the last node
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2500'>TEIID-2500</a>] - Rewrite of case with true condition is not correct
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2501'>TEIID-2501</a>] - window functions in view return incorrect results
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2568'>TEIID-2568</a>] - Order by is omitted when projection is raised above ordering with grouping
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2591'>TEIID-2591</a>] - Incorrect values returned from system table on dependent side of join
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2598'>TEIID-2598</a>] - 7.4 compatibility
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2604'>TEIID-2604</a>] - ODBC string error response message is incorrect
+</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2611'>TEIID-2611</a>] - Client forwards compatibility issue
+</li>
+</ul>
+
+<h4>From 7.7.7</h4>
+<ul>
<li>[<a href='https://issues.jboss.org/browse/TEIID-2271'>TEIID-2271</a>] - Timing issue when processing data from an XML stream
</li>
<li>[<a href='https://issues.jboss.org/browse/TEIID-2361'>TEIID-2361</a>] - The current MAX String size is 4000, add the ability to configure when larger sizes are used
@@ -260,6 +280,8 @@
</li>
<li>[<a href='https://issues.jboss.org/browse/TEIID-2504'>TEIID-2504</a>] - Improve socket results processing
</li>
+<li>[<a href='https://issues.jboss.org/browse/TEIID-2525'>TEIID-2525</a>] - Prefetch exception with small fetch size
+</li>
</ul>
<h4>From 7.7.6</h4>
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/build/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid</artifactId>
Modified: branches/7.7.x/cache-jbosscache/pom.xml
===================================================================
--- branches/7.7.x/cache-jbosscache/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-cache-jbosscache</artifactId>
Modified: branches/7.7.x/client/pom.xml
===================================================================
--- branches/7.7.x/client/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/client/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client</artifactId>
Modified: branches/7.7.x/client-jdk15/pom.xml
===================================================================
--- branches/7.7.x/client-jdk15/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/client-jdk15/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client-jdk15</artifactId>
Modified: branches/7.7.x/common-core/pom.xml
===================================================================
--- branches/7.7.x/common-core/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/common-core/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-common-core</artifactId>
Modified: branches/7.7.x/connectors/connector-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-file/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-infinispan/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -4,7 +4,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-infinispan</artifactId>
Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ldap</artifactId>
Modified: branches/7.7.x/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-salesforce/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-salesforce</artifactId>
Modified: branches/7.7.x/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ws/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ws</artifactId>
Modified: branches/7.7.x/connectors/pom.xml
===================================================================
--- branches/7.7.x/connectors/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.7.x/connectors/salesforce-api/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>salesforce-api</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-coherence</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-template/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -6,7 +6,7 @@
<name>${connector-name}</name>
<description>${connector-name}</description>
<packaging>rar</packaging>
- <version>7.7.7</version>
+ <version>7.7.8</version>
<properties>
<teiid.version>${teiid-version}</teiid.version>
</properties>
Modified: branches/7.7.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid.connectors</groupId>
Modified: branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
<name>Coherence Translator</name>
<description>This is the tranlator for a Coherence connector</description>
Modified: branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-yahoo</artifactId>
Modified: branches/7.7.x/connectors/translator-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-file/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-file</artifactId>
Modified: branches/7.7.x/connectors/translator-hive/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-hive/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-hive</artifactId>
Modified: branches/7.7.x/connectors/translator-jdbc/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-jdbc/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-jdbc</artifactId>
Modified: branches/7.7.x/connectors/translator-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-ldap/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ldap</artifactId>
Modified: branches/7.7.x/connectors/translator-loopback/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-loopback/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: branches/7.7.x/connectors/translator-object/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-object/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-object/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-object</artifactId>
Modified: branches/7.7.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-olap/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-olap</artifactId>
Modified: branches/7.7.x/connectors/translator-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-salesforce/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-salesforce</artifactId>
Modified: branches/7.7.x/connectors/translator-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-ws/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ws</artifactId>
Modified: branches/7.7.x/console/pom.xml
===================================================================
--- branches/7.7.x/console/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/console/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/admin-guide/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>admin-guide</artifactId>
Modified: branches/7.7.x/documentation/caching-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/caching-guide/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>caching-guide</artifactId>
Modified: branches/7.7.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/client-developers-guide/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-developers-guide</artifactId>
Modified: branches/7.7.x/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/developer-guide/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/javadocs/pom.xml
===================================================================
--- branches/7.7.x/documentation/javadocs/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/documentation/javadocs/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>javadocs</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/documentation/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.7.x/documentation/quick-start-example/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quick-start-example</artifactId>
Modified: branches/7.7.x/documentation/reference/pom.xml
===================================================================
--- branches/7.7.x/documentation/reference/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/documentation/reference/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
Modified: branches/7.7.x/engine/pom.xml
===================================================================
--- branches/7.7.x/engine/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/engine/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-engine</artifactId>
Modified: branches/7.7.x/hibernate-dialect/pom.xml
===================================================================
--- branches/7.7.x/hibernate-dialect/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-hibernate-dialect</artifactId>
Modified: branches/7.7.x/jboss-integration/pom.xml
===================================================================
--- branches/7.7.x/jboss-integration/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/jboss-integration/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/metadata/pom.xml
===================================================================
--- branches/7.7.x/metadata/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/metadata/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-metadata</artifactId>
Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.7</version>
+ <version>7.7.8</version>
<description>Federated SQL and XML query engine.</description>
<properties>
<ant.version>1.7.0</ant.version>
Modified: branches/7.7.x/runtime/pom.xml
===================================================================
--- branches/7.7.x/runtime/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/runtime/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/test-integration/common/pom.xml
===================================================================
--- branches/7.7.x/test-integration/common/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/test-integration/common/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-common</artifactId>
Modified: branches/7.7.x/test-integration/db/pom.xml
===================================================================
--- branches/7.7.x/test-integration/db/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/test-integration/db/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/test-integration/perf/pom.xml
===================================================================
--- branches/7.7.x/test-integration/perf/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/test-integration/perf/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-perf</artifactId>
Modified: branches/7.7.x/test-integration/pom.xml
===================================================================
--- branches/7.7.x/test-integration/pom.xml 2013-08-01 18:55:50 UTC (rev 4589)
+++ branches/7.7.x/test-integration/pom.xml 2013-08-05 13:34:19 UTC (rev 4590)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.7</version>
+ <version>7.7.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
11 years, 4 months
teiid SVN: r4589 - in branches/7.7.x/client/src: main/java/org/teiid/jdbc and 2 other directories.
by teiid-commits@lists.jboss.org
Author: jolee
Date: 2013-08-01 14:55:50 -0400 (Thu, 01 Aug 2013)
New Revision: 4589
Added:
branches/7.7.x/client/src/test/resources/req.ser
Modified:
branches/7.7.x/client/src/main/java/org/teiid/client/RequestMessage.java
branches/7.7.x/client/src/main/java/org/teiid/jdbc/StatementImpl.java
branches/7.7.x/client/src/test/java/org/teiid/client/TestRequestMessage.java
Log:
TEIID-2611: Client forwards compatibility issue
Modified: branches/7.7.x/client/src/main/java/org/teiid/client/RequestMessage.java
===================================================================
--- branches/7.7.x/client/src/main/java/org/teiid/client/RequestMessage.java 2013-08-01 18:25:26 UTC (rev 4588)
+++ branches/7.7.x/client/src/main/java/org/teiid/client/RequestMessage.java 2013-08-01 18:55:50 UTC (rev 4589)
@@ -29,7 +29,6 @@
import java.io.ObjectOutput;
import java.io.OptionalDataException;
import java.io.Serializable;
-import java.sql.ResultSet;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
@@ -94,7 +93,7 @@
private boolean noExec;
private transient boolean sync;
- private boolean delaySerialization = true;
+ private boolean delaySerialization;
public RequestMessage() {
}
@@ -182,7 +181,6 @@
*/
public void setCursorType(int cursorType) {
this.cursorType = cursorType;
- this.delaySerialization = this.cursorType == ResultSet.TYPE_FORWARD_ONLY;
}
/**
@@ -426,7 +424,6 @@
return delaySerialization;
}
- //TODO: allow for the client to explicitly enable/disable this behavior
public void setDelaySerialization(boolean delaySerialization) {
this.delaySerialization = delaySerialization;
}
Modified: branches/7.7.x/client/src/main/java/org/teiid/jdbc/StatementImpl.java
===================================================================
--- branches/7.7.x/client/src/main/java/org/teiid/jdbc/StatementImpl.java 2013-08-01 18:25:26 UTC (rev 4588)
+++ branches/7.7.x/client/src/main/java/org/teiid/jdbc/StatementImpl.java 2013-08-01 18:55:50 UTC (rev 4589)
@@ -584,6 +584,7 @@
} else {
reqMsg.setExecutionPayload(this.getMMConnection().getPayload());
}
+ reqMsg.setDelaySerialization(true);
reqMsg.setCursorType(this.resultSetType);
reqMsg.setFetchSize(this.fetchSize);
reqMsg.setRowLimit(this.maxRows);
Modified: branches/7.7.x/client/src/test/java/org/teiid/client/TestRequestMessage.java
===================================================================
--- branches/7.7.x/client/src/test/java/org/teiid/client/TestRequestMessage.java 2013-08-01 18:25:26 UTC (rev 4588)
+++ branches/7.7.x/client/src/test/java/org/teiid/client/TestRequestMessage.java 2013-08-01 18:55:50 UTC (rev 4589)
@@ -22,27 +22,25 @@
package org.teiid.client;
+import static org.junit.Assert.*;
+
+import java.io.FileInputStream;
+import java.io.FileNotFoundException;
+import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
-import junit.framework.TestCase;
-
+import org.junit.Test;
import org.teiid.client.RequestMessage.ShowPlan;
import org.teiid.client.RequestMessage.StatementType;
import org.teiid.core.TeiidProcessingException;
import org.teiid.core.util.UnitTestUtil;
+import org.teiid.netty.handler.codec.serialization.CompactObjectInputStream;
-public class TestRequestMessage extends TestCase {
+@SuppressWarnings("nls")
+public class TestRequestMessage {
- /**
- * Constructor for TestRequestMessage.
- * @param name
- */
- public TestRequestMessage(String name) {
- super(name);
- }
-
public static RequestMessage example() {
RequestMessage message = new RequestMessage();
message.setStatementType(StatementType.CALLABLE);
@@ -67,10 +65,11 @@
message.setXMLFormat("xMLFormat"); //$NON-NLS-1$
message.setShowPlan(ShowPlan.ON);
message.setRowLimit(1313);
+ message.setDelaySerialization(true);
return message;
}
- public void testSerialize() throws Exception {
+ @Test public void testSerialize() throws Exception {
RequestMessage copy = UnitTestUtil.helpSerialize(example());
assertTrue(copy.isCallableStatement());
@@ -93,7 +92,7 @@
assertTrue(copy.isDelaySerialization());
}
- public void testInvalidTxnAutoWrap() {
+ @Test public void testInvalidTxnAutoWrap() {
RequestMessage rm = new RequestMessage();
try {
rm.setTxnAutoWrapMode("foo"); //$NON-NLS-1$
@@ -102,5 +101,12 @@
assertEquals("'FOO' is an invalid transaction autowrap mode.", e.getMessage()); //$NON-NLS-1$
}
}
+
+ @Test public void test83() throws FileNotFoundException, IOException, ClassNotFoundException {
+ CompactObjectInputStream ois = new CompactObjectInputStream(new FileInputStream(UnitTestUtil.getTestDataFile("req.ser")), RequestMessage.class.getClassLoader());
+ RequestMessage rm = (RequestMessage) ois.readObject();
+ ois.close();
+ assertFalse(rm.isDelaySerialization());
+ }
}
Added: branches/7.7.x/client/src/test/resources/req.ser
===================================================================
--- branches/7.7.x/client/src/test/resources/req.ser (rev 0)
+++ branches/7.7.x/client/src/test/resources/req.ser 2013-08-01 18:55:50 UTC (rev 4589)
@@ -0,0 +1,2 @@
+srxpw
\ No newline at end of file
11 years, 4 months
teiid SVN: r4588 - in branches/7.7.x/runtime/src/main/java/org/teiid: transport and 1 other directory.
by teiid-commits@lists.jboss.org
Author: jolee
Date: 2013-08-01 14:25:26 -0400 (Thu, 01 Aug 2013)
New Revision: 4588
Modified:
branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java
branches/7.7.x/runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java
Log:
TEIID-2604: ODBC string error response message is incorrect
Modified: branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java
===================================================================
--- branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java 2013-08-01 16:34:50 UTC (rev 4587)
+++ branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java 2013-08-01 18:25:26 UTC (rev 4588)
@@ -434,6 +434,7 @@
}
} catch (SQLException e) {
errorOccurred(e);
+ return;
}
this.portalMap.put(bindName, new Portal(bindName, prepareName, previous.sql, previous.stmt, resultColumnFormat));
Modified: branches/7.7.x/runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java
===================================================================
--- branches/7.7.x/runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java 2013-08-01 16:34:50 UTC (rev 4587)
+++ branches/7.7.x/runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java 2013-08-01 18:25:26 UTC (rev 4588)
@@ -662,18 +662,9 @@
writeString("08P01");
write('M');
writeString(message);
+ write(0);
sendMessage();
}
-
- private void sendNoticeResponse(String message) {
- trace("notice:", message);
- startMessage('N');
- write('S');
- writeString("ERROR");
- write('M');
- writeString(message);
- sendMessage();
- }
private void sendParseComplete() {
startMessage('1');
11 years, 4 months