[teiid-commits] [teiid/teiid] 72dfda: TEIID-2584: Improvements upon previous commit

Ramesh Reddy rareddy at jboss.org
Thu Aug 22 21:49:41 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/teiid/teiid
  Commit: 72dfda40cad0b45017401c4b7bb95b7b476ac39d
      https://github.com/teiid/teiid/commit/72dfda40cad0b45017401c4b7bb95b7b476ac39d
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
    A engine/src/main/java/org/teiid/query/metadata/MaterializationMetadataRepository.java
    M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql
    M engine/src/main/resources/org/teiid/query/i18n.properties
    M runtime/src/main/java/org/teiid/runtime/AbstractVDBDeployer.java
    M test-integration/common/src/test/java/org/teiid/jdbc/TestDynamicImportedMetaData.java
    M test-integration/common/src/test/java/org/teiid/systemmodel/TestVirtualDocWithVirtualProc.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/testGetTables.expected
    M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetTables_allTables.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_CLASS.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/TestODBCSocketTransport/testInt2Vector.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/TestPartsDatabaseMetadata/testTables.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testColumns.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testDefect12064.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/testProcedureParams.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedures.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/TestVirtualDocWithVirtualProc/testDefect15241b.expected

  Log Message:
  -----------
  TEIID-2584: Improvements upon previous commit
1) moved tranformations to its own SYSADMIN.Transformations table, and prefixed names with teiid-rel: namespace
2) Improved the return parameter of load procedure based on action taken by the procedure for loading
3) Added VDB start and shutdown scripts to be added on the view, rather than to auto generate as previous version
4) Added matview sharing scope on the matview table, with which a table can be shared among vdb versions, all vdbs or none


  Commit: 2b8d413e4c1722bd8b50a35b3999cbc54b1131c0
      https://github.com/teiid/teiid/commit/2b8d413e4c1722bd8b50a35b3999cbc54b1131c0
  Author: Ramesh Reddy <rareddy at jboss.org>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
    A engine/src/main/java/org/teiid/query/metadata/MaterializationMetadataRepository.java
    M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql
    M engine/src/main/resources/org/teiid/query/i18n.properties
    M runtime/src/main/java/org/teiid/runtime/AbstractVDBDeployer.java
    M test-integration/common/src/test/java/org/teiid/jdbc/TestDynamicImportedMetaData.java
    M test-integration/common/src/test/java/org/teiid/systemmodel/TestVirtualDocWithVirtualProc.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/testGetTables.expected
    M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetTables_allTables.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_CLASS.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/TestODBCSocketTransport/testInt2Vector.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/TestPartsDatabaseMetadata/testTables.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testColumns.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testDefect12064.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/testProcedureParams.expected
    M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedures.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/TestVirtualDocWithVirtualProc/testDefect15241b.expected

  Log Message:
  -----------
  Merge pull request #98 from rareddy/TEIID-2584

TEIID-2584: Improvements upon previous commit


Compare: https://github.com/teiid/teiid/compare/660a8f21e8e7...2b8d413e4c17


More information about the teiid-commits mailing list