[teiid/teiid] 4dd154: TEIID-5201 adding pg support for the npgsql client
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 4dd154471833c02cf84e46c71ba0ba426195ec61
https://github.com/teiid/teiid/commit/4dd154471833c02cf84e46c71ba0ba42619...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-01-12 (Fri, 12 Jan 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 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/systemmodel/TestODBCSchema.java
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
A test-integration/common/src/test/resources/TestODBCSchema/testNPGSqlConstraintMetadata.expected
A test-integration/common/src/test/resources/TestODBCSchema/testNPGSqlDatabaseMetadata.expected
A test-integration/common/src/test/resources/TestODBCSchema/testNPGSqlTypeMetadata.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_DATABASE.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_INDEX.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_NAMESPACE.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_TYPE.expected
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_USER.expected
M test-integration/common/src/test/resources/TestODBCSocketTransport/testPgProc.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/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/testKeyColumns.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testKeys.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testProperties.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testReferenceKeyColumns.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-5201 adding pg support for the npgsql client
6 years, 11 months