[teiid/teiid] 00576d: TEIID-5220 adding limited information_schema table...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 00576d6a0491dcbd69d560e6d6728a874d3f1134
https://github.com/teiid/teiid/commit/00576d6a0491dcbd69d560e6d6728a874d3...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-03-08 (Thu, 08 Mar 2018)
Changed paths:
M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
M engine/src/main/resources/org/teiid/metadata/SYS.sql
M runtime/src/main/java/org/teiid/deployers/PgCatalogMetadataStore.java
M runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java
M teiid-feature-pack/wildfly-integration-feature-pack/src/main/resources/content/docs/teiid/teiid-releasenotes.html
M test-integration/common/src/test/java/org/teiid/jdbc/TestLocalConnections.java
M test-integration/common/src/test/java/org/teiid/jdbc/TestQueryPlans.java
M test-integration/common/src/test/java/org/teiid/jdbc/TestVDBMerge.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestMetadataUpdates.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestODBCSchema.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestStats.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestSystemVirtualModel.java
M test-integration/common/src/test/java/org/teiid/transport/TestJDBCSocketTransport.java
M test-integration/common/src/test/java/org/teiid/transport/TestODBCSSL.java
M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java
M test-integration/common/src/test/resources/TestCase3473/testGetTables.expected
M test-integration/common/src/test/resources/TestJDBCSocketTransport/testSelect.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetColumns.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctionColumns.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctions.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetTables.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetTables_allTables.expected
A test-integration/common/src/test/resources/TestODBCSchema/testInformationSchemaColumns.expected
A test-integration/common/src/test/resources/TestODBCSchema/testInformationSchemaTables.expected
A test-integration/common/src/test/resources/TestODBCSchema/testInformationSchemaViews.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRDEF.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE_overflow.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_CLASS.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_INDEX.expected
M test-integration/common/src/test/resources/TestODBCSocketTransport/testSelect.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testColumns.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testTables.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testColumns.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctionParams.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctions.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testProperties.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testTables.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testViews.expected
M test-integration/common/src/test/resources/TestVirtualDocWithVirtualProc/testDefect15241b.expected
Log Message:
-----------
TEIID-5220 adding limited information_schema tables for npgsql
6 years, 10 months
[teiid/teiid] e9b7b3: TEIID-5272 improving error messages and generalizi...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: e9b7b39662c75ad6a938674595730e0674b13c11
https://github.com/teiid/teiid/commit/e9b7b39662c75ad6a938674595730e0674b...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-03-06 (Tue, 06 Mar 2018)
Changed paths:
M engine/src/main/java/org/teiid/api/exception/query/QueryResolverException.java
M engine/src/main/java/org/teiid/api/exception/query/UnresolvedSymbolDescription.java
M engine/src/main/java/org/teiid/query/QueryPlugin.java
M engine/src/main/java/org/teiid/query/resolver/command/SimpleQueryResolver.java
M engine/src/main/java/org/teiid/query/resolver/command/UpdateProcedureResolver.java
M engine/src/main/java/org/teiid/query/resolver/util/ResolverVisitor.java
M engine/src/main/resources/org/teiid/query/i18n.properties
M engine/src/test/java/org/teiid/query/processor/TestProcessor.java
M engine/src/test/java/org/teiid/query/resolver/TestResolver.java
Log Message:
-----------
TEIID-5272 improving error messages and generalizing lateral resolving
6 years, 10 months
[teiid/teiid] 18dd4c: TEIID-5273 correcting the select * order
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 18dd4c7d411400f510df27906e107cf0abb82680
https://github.com/teiid/teiid/commit/18dd4c7d411400f510df27906e107cf0abb...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-03-06 (Tue, 06 Mar 2018)
Changed paths:
M connectors/jdbc/translator-jdbc/src/test/java/org/teiid/translator/jdbc/pi/TestPIExecutionFactory.java
M engine/src/main/java/org/teiid/query/resolver/command/SimpleQueryResolver.java
M engine/src/test/java/org/teiid/query/optimizer/TestJoinOptimization.java
M engine/src/test/java/org/teiid/query/optimizer/TestUnionPlanning.java
M engine/src/test/java/org/teiid/query/optimizer/relational/TestMaterialization.java
M engine/src/test/java/org/teiid/query/processor/TestProcessor.java
M engine/src/test/java/org/teiid/query/processor/TestWithClauseProcessing.java
M engine/src/test/java/org/teiid/query/resolver/TestResolver.java
Log Message:
-----------
TEIID-5273 correcting the select * order
6 years, 10 months