[teiid/teiid] b40a7b: TEIID-5233 (#1058)
by Steven Hawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: b40a7b5c2165728ed4e8fe1fd845cc495a0a4714
https://github.com/teiid/teiid/commit/b40a7b5c2165728ed4e8fe1fd845cc495a0...
Author: Steven Hawkins <shawkins(a)redhat.com>
Date: 2018-01-31 (Wed, 31 Jan 2018)
Changed paths:
M engine/src/main/java/org/teiid/query/function/source/XMLSystemFunctions.java
M engine/src/main/java/org/teiid/query/processor/relational/XMLTableNode.java
M engine/src/main/java/org/teiid/query/xquery/saxon/PathMapFilter.java
A engine/src/main/java/org/teiid/query/xquery/saxon/PushBackSequenceIterator.java
M engine/src/main/java/org/teiid/query/xquery/saxon/SaxonXQueryExpression.java
M engine/src/main/java/org/teiid/query/xquery/saxon/StreamingUtils.java
M engine/src/main/java/org/teiid/query/xquery/saxon/XMLEventStreamReader.java
M engine/src/main/java/org/teiid/query/xquery/saxon/XQueryEvaluator.java
M engine/src/main/resources/org/teiid/query/i18n.properties
M engine/src/test/java/org/teiid/query/function/source/TestXMLSystemFunctions.java
M jboss-integration/pom.xml
M pom.xml
M saxon-xom/pom.xml
M saxon-xom/src/main/java/net/sf/saxon/option/xom/XOMDocumentWrapper.java
M saxon-xom/src/main/java/net/sf/saxon/option/xom/XOMNodeWrapper.java
Log Message:
-----------
TEIID-5233 (#1058)
* TEIID-5233 initial upgrade work including xom classes
* TEIID-5233 completing the saxon upgrade
6 years, 10 months
[teiid/teiid] 556d19: TEIID-5236 various fixes for pg jdbc / geoserver c...
by shawkins
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
6 years, 10 months
[teiid/teiid] ecdded: TEIID-5236 various fixes for pg jdbc / geoserver c...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: ecdded66eb87d3e43cb417a805691f1d934618d6
https://github.com/teiid/teiid/commit/ecdded66eb87d3e43cb417a805691f1d934...
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
6 years, 10 months
[teiid/teiid] e2bda0: updating to 10.2
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: e2bda03472ffc952e09401ec7bd0dd8d14d602c1
https://github.com/teiid/teiid/commit/e2bda03472ffc952e09401ec7bd0dd8d14d...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-01-26 (Fri, 26 Jan 2018)
Changed paths:
M admin/pom.xml
M adminshell/pom.xml
M api/pom.xml
M build/pom.xml
M client/pom.xml
M common-core/pom.xml
M connectors/accumulo/connector-accumulo/pom.xml
M connectors/accumulo/feature-pack-accumulo/pom.xml
M connectors/accumulo/pom.xml
M connectors/accumulo/translator-accumulo/pom.xml
M connectors/amazon/connector-simpledb/pom.xml
M connectors/amazon/feature-pack-amazon/pom.xml
M connectors/amazon/pom.xml
M connectors/amazon/simpledb-api/pom.xml
M connectors/amazon/translator-amazon-s3/pom.xml
M connectors/amazon/translator-simpledb/pom.xml
M connectors/cassandra/connector-cassandra/pom.xml
M connectors/cassandra/feature-pack-cassandra/pom.xml
M connectors/cassandra/pom.xml
M connectors/cassandra/translator-cassandra/pom.xml
M connectors/couchbase/connector-couchbase/pom.xml
M connectors/couchbase/couchbase-api/pom.xml
M connectors/couchbase/feature-pack-couchbase/pom.xml
M connectors/couchbase/pom.xml
M connectors/couchbase/translator-couchbase/pom.xml
M connectors/document-api/pom.xml
M connectors/file/connector-file/pom.xml
M connectors/file/connector-ftp/pom.xml
M connectors/file/feature-pack-file/pom.xml
M connectors/file/file-api/pom.xml
M connectors/file/pom.xml
M connectors/file/translator-excel/pom.xml
M connectors/file/translator-file/pom.xml
M connectors/google/connector-google/pom.xml
M connectors/google/feature-pack-google/pom.xml
M connectors/google/google-api/pom.xml
M connectors/google/pom.xml
M connectors/google/translator-google/pom.xml
M connectors/infinispan/connector-infinispan-hotrod/pom.xml
M connectors/infinispan/feature-pack-infinispan/pom.xml
M connectors/infinispan/infinispan-api/pom.xml
M connectors/infinispan/infinispan-tasks/pom.xml
M connectors/infinispan/pom.xml
M connectors/infinispan/translator-infinispan-hotrod/pom.xml
M connectors/jdbc/feature-pack-jdbc/pom.xml
M connectors/jdbc/pom.xml
M connectors/jdbc/translator-hive/pom.xml
M connectors/jdbc/translator-jdbc/pom.xml
M connectors/jdbc/translator-phoenix/pom.xml
M connectors/jdbc/translator-prestodb/pom.xml
M connectors/ldap/connector-ldap/pom.xml
M connectors/ldap/feature-pack-ldap/pom.xml
M connectors/ldap/pom.xml
M connectors/ldap/translator-ldap/pom.xml
M connectors/misc/feature-pack-misc/pom.xml
M connectors/misc/pom.xml
M connectors/misc/translator-jpa/pom.xml
M connectors/misc/translator-loopback/pom.xml
M connectors/misc/translator-olap/pom.xml
M connectors/mongodb/connector-mongodb/pom.xml
M connectors/mongodb/feature-pack-mongodb/pom.xml
M connectors/mongodb/mongodb-api/pom.xml
M connectors/mongodb/pom.xml
M connectors/mongodb/translator-mongodb/pom.xml
M connectors/odata/feature-pack-odata/pom.xml
M connectors/odata/pom.xml
M connectors/odata/translator-odata/pom.xml
M connectors/odata/translator-odata4/pom.xml
M connectors/pom.xml
M connectors/salesforce/connector-salesforce-34/pom.xml
M connectors/salesforce/connector-salesforce-41/pom.xml
M connectors/salesforce/connector-salesforce/pom.xml
M connectors/salesforce/feature-pack-salesforce-34/pom.xml
M connectors/salesforce/feature-pack-salesforce-41/pom.xml
M connectors/salesforce/feature-pack-salesforce/pom.xml
M connectors/salesforce/pom.xml
M connectors/salesforce/translator-salesforce-34/pom.xml
M connectors/salesforce/translator-salesforce-41/pom.xml
M connectors/salesforce/translator-salesforce/pom.xml
M connectors/sandbox/pom.xml
M connectors/sandbox/translator-logger/pom.xml
M connectors/sandbox/translator-yahoo/pom.xml
M connectors/solr/connector-solr/pom.xml
M connectors/solr/feature-pack-solr/pom.xml
M connectors/solr/pom.xml
M connectors/solr/translator-solr/pom.xml
M connectors/swagger/feature-pack-swagger/pom.xml
M connectors/swagger/pom.xml
M connectors/swagger/translator-swagger/pom.xml
M connectors/webservice/connector-ws/pom.xml
M connectors/webservice/feature-pack-ws/pom.xml
M connectors/webservice/pom.xml
M connectors/webservice/translator-ws/pom.xml
M data-quality/pom.xml
M eclipselink-platform/pom.xml
M engine/pom.xml
M hibernate-dialect/pom.xml
M jboss-admin/pom.xml
M jboss-integration/pom.xml
M jboss-security/pom.xml
M metadata/pom.xml
M olingo-common/pom.xml
M olingo-patches/pom.xml
M olingo/pom.xml
M pom.xml
M rest-service/pom.xml
M runtime/pom.xml
M saxon-xom/pom.xml
M teiid-feature-pack/client-feature-pack/pom.xml
M teiid-feature-pack/olingo-feature-pack/pom.xml
M teiid-feature-pack/pom.xml
M teiid-feature-pack/rest-service-feature-pack/pom.xml
M teiid-feature-pack/wildfly-integration-feature-pack/pom.xml
M test-integration/common/pom.xml
M test-integration/db/pom.xml
M test-integration/perf/pom.xml
M test-integration/pom.xml
Log Message:
-----------
updating to 10.2
6 years, 11 months