Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: f65c130c386e3b575b785a78d5ea33da21e2aa31
https://github.com/teiid/teiid/commit/f65c130c386e3b575b785a78d5ea33da21e...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java
M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java
Log Message:
-----------
TEIID-3589: allowing the empty or null row, if it finds one the collection will be iterated until it finds the first non null/non emtpty row to create the metadata out of that row
Commit: 2d673de11818cda3b6e69f2fb7bf11fd31bdea43
https://github.com/teiid/teiid/commit/2d673de11818cda3b6e69f2fb7bf11fd31b...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java
M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java
Log Message:
-----------
Merge pull request #510 from rareddy/TEIID-3589
TEIID-3589: allowing the empty or null row, if it finds one the colle…
Compare: https://github.com/teiid/teiid/compare/282cb60b228b...2d673de11818
Branch: refs/heads/62-8.7.x
Home: https://github.com/teiid/teiid
Commit: 2bd14cefaa2c84b9e558834f1de106454d5c4828
https://github.com/teiid/teiid/commit/2bd14cefaa2c84b9e558834f1de106454d5...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java
M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java
Log Message:
-----------
TEIID-3589: allowing the empty or null row, if it finds one the collection will be iterated until it finds the first non null/non emtpty row to create the metadata out of that row
Commit: 4d0879a3991c6103d78e67387d81af7c6b22117c
https://github.com/teiid/teiid/commit/4d0879a3991c6103d78e67387d81af7c6b2...
Author: Ramesh Reddy <rareddy(a)jboss.org>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java
M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java
Log Message:
-----------
Merge pull request #509 from rareddy/TEIID-3589
TEIID-3589: allowing the empty or null row, if it finds one the colle…
Compare: https://github.com/teiid/teiid/compare/c1e940207ce6...4d0879a3991c
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 282cb60b228bf70808a8bb812e1a2a02b9e51bfe
https://github.com/teiid/teiid/commit/282cb60b228bf70808a8bb812e1a2a02b9e...
Author: shawkins <shawkins(a)redhat.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M connectors/translator-hbase/src/main/java/org/teiid/translator/hbase/HBaseExecutionFactory.java
M connectors/translator-hbase/src/test/java/org/teiid/translator/hbase/TestSQLConversionVisitor.java
Log Message:
-----------
TEIID-3620 updating the formatting of date time literals
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: f8645f2426879314cd6f8603b907748605f2175b
https://github.com/teiid/teiid/commit/f8645f2426879314cd6f8603b907748605f...
Author: shawkins <shawkins(a)redhat.com>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RulePushLimit.java
M engine/src/test/java/org/teiid/query/optimizer/TestLimit.java
Log Message:
-----------
TEIID-3568 updating for the view case as well