[teiid/teiid] 36c189: TEIID-3042 adding a usage table to system admin to...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 36c18900e04a52523814203ac896e46669eaa8ca
https://github.com/teiid/teiid/commit/36c18900e04a52523814203ac896e46669e...
Author: shawkins <shawkins(a)redhat.com>
Date: 2014-07-25 (Fri, 25 Jul 2014)
Changed paths:
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/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/TestSystemVirtualModel/testColumns.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/testTables.expected
Log Message:
-----------
TEIID-3042 adding a usage table to system admin to determine dependency
information
10 years, 5 months
[teiid/teiid] e68759: TEIID-3042 adding a usage table to system admin to...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: e68759d914952e5cdb059aff8f3dcb0aaf7a261e
https://github.com/teiid/teiid/commit/e68759d914952e5cdb059aff8f3dcb0aaf7...
Author: shawkins <shawkins(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M api/src/main/java/org/teiid/metadata/AbstractMetadataRecord.java
M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java
M engine/src/main/java/org/teiid/query/processor/DdlPlan.java
M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql
M test-integration/common/src/test/java/org/teiid/systemmodel/TestSystemVirtualModel.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/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/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/testTables.expected
A test-integration/common/src/test/resources/TestSystemVirtualModel/testUsgae.expected
Log Message:
-----------
TEIID-3042 adding a usage table to system admin to determine dependency
information
10 years, 5 months
[teiid/teiid] 03b702: TEIID-3042 adding a usage table to system admin to...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 03b702133cdff036b9d0dc71bfe746e2135fc7c6
https://github.com/teiid/teiid/commit/03b702133cdff036b9d0dc71bfe746e2135...
Author: shawkins <shawkins(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M api/src/main/java/org/teiid/metadata/AbstractMetadataRecord.java
M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java
M engine/src/main/java/org/teiid/query/processor/DdlPlan.java
M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql
M test-integration/common/src/test/java/org/teiid/jdbc/TestMMDatabaseMetaData.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestSystemVirtualModel.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/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/TestODBCSocketTransport/testInt2Vector.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/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/testTables.expected
A test-integration/common/src/test/resources/TestSystemVirtualModel/testUsgae.expected
Log Message:
-----------
TEIID-3042 adding a usage table to system admin to determine dependency
information
10 years, 5 months