[teiid-commits] [teiid/teiid] c466ea: TEIID-2584:

Ramesh Reddy rareddy at jboss.org
Thu Aug 29 15:39:55 EDT 2013


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

  Changed paths:
    M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
    M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql
    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/testGetProcedureColumns.expected
    M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedures.expected
    M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProceduresWithEscape.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/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_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/testPrimaryKeys.expected
    M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedureColumns.expected
    M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedures.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:
1) renamed Transformations table to Trigger, added columns to refelect trigger event and type
2) Added a incremental refresh method to update matview table
3) Added onError Action column to status table (behavior is still pending)


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

  Changed paths:
    M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
    M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql
    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/testGetProcedureColumns.expected
    M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedures.expected
    M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProceduresWithEscape.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/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_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/testPrimaryKeys.expected
    M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedureColumns.expected
    M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedures.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 #100 from rareddy/matview

TEIID-2584:


Compare: https://github.com/teiid/teiid/compare/0f0aa5fdd51a...74803f3113fc


More information about the teiid-commits mailing list