Branch: refs/heads/10.1.x
Home:
https://github.com/teiid/teiid
Commit: 556d1931d0f2c6654238b93510cfced9130ea4bb
https://github.com/teiid/teiid/commit/556d1931d0f2c6654238b93510cfced9130...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-01-29 (Mon, 29 Jan 2018)
Changed paths:
M api/src/main/java/org/teiid/metadata/FunctionParameter.java
M api/src/main/java/org/teiid/metadata/ProcedureParameter.java
M pom.xml
M runtime/src/main/java/org/teiid/deployers/PgCatalogMetadataStore.java
M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java
M runtime/src/main/java/org/teiid/odbc/ScriptReader.java
M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java
M runtime/src/test/java/org/teiid/odbc/TestScriptReader.java
A
test-integration/common/src/test/java/org/postgresql/core/v3/ConnectionFactoryImpl.java
R
test-integration/common/src/test/java/org/postgresql/core/v3/ExtendedQueryExectutorImpl.java
A
test-integration/common/src/test/java/org/postgresql/core/v3/ExtendedQueryExecutorImpl.java
R
test-integration/common/src/test/java/org/postgresql/core/v3/ProtocolConnectionImpl.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestODBCSchema.java
M
test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.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
M
test-integration/common/src/test/resources/TestODBCSchema/testOBIEEColumnQuery.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/testColumnMetadataWithAlias.expected
M
test-integration/common/src/test/resources/TestODBCSocketTransport/testInt2Vector.expected
M
test-integration/common/src/test/resources/TestODBCSocketTransport/testPgProc.expected
M test-integration/common/src/test/resources/TestODBCSocketTransport/testPk.expected
M
test-integration/common/src/test/resources/TestODBCSocketTransport/testPkPrepared.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/testPrimaryKeys.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/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-5236 various fixes for pg jdbc / geoserver compatibility:
- fix boolean string data format
- added overrides for pk and index metadata queries
- added support for pg_get_indexdef and current_schemas