Branch: refs/heads/63-8.12.x
Home: https://github.com/teiid/teiid
Commit: 8f099c8e60465a1fdf170d56b56708cb4fb50496
https://github.com/teiid/teiid/commit/8f099c8e60465a1fdf170d56b56708cb4fb...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2016-12-14 (Wed, 14 Dec 2016)
Changed paths:
M build/kits/jboss-as7/overlay/docs/teiid/teiid-releasenotes.html
M olingo/src/main/java/org/teiid/olingo/service/DocumentNode.java
M olingo/src/main/java/org/teiid/olingo/service/ODataSchemaBuilder.java
M olingo/src/test/java/org/teiid/olingo/TestODataIntegration.java
M olingo/src/test/resources/loopy-edmx-metadata.xml
Log Message:
-----------
TEIID-4298: Support in Odata4 for the Partner NavigationProperty attribute
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: dc971e260199ba4dab200989d82a7eb03465d79a
https://github.com/teiid/teiid/commit/dc971e260199ba4dab200989d82a7eb0346...
Author: shawkins <shawkins(a)redhat.com>
Date: 2016-12-14 (Wed, 14 Dec 2016)
Changed paths:
M connectors/jdbc/translator-jdbc/src/main/java/org/teiid/translator/jdbc/sqlserver/SQLServerExecutionFactory.java
M connectors/jdbc/translator-jdbc/src/test/java/org/teiid/translator/jdbc/sqlserver/TestSqlServerConversionVisitor.java
Log Message:
-----------
TEIID-4654 allowing limit/offset to work with 2012 and distinct/union
Branch: refs/heads/63-8.12.x
Home: https://github.com/teiid/teiid
Commit: 88ca1be9ed37a15d00625d8c06c1775ef78e9265
https://github.com/teiid/teiid/commit/88ca1be9ed37a15d00625d8c06c1775ef78...
Author: shawkins <shawkins(a)redhat.com>
Date: 2016-12-14 (Wed, 14 Dec 2016)
Changed paths:
M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RulePushAggregates.java
M engine/src/test/java/org/teiid/query/optimizer/TestAggregatePushdown.java
M engine/src/test/java/org/teiid/query/processor/TestAggregateProcessing.java
M engine/src/test/java/org/teiid/query/processor/TestRowBasedSecurity.java
Log Message:
-----------
TEIID-4553: COUNT returns inconsistent results when column statistics are not gathered (updating to check for count(literal))