[teiid/teiid] 9d1399: TEIID-4017 adding access checks for anonymous proc...
by shawkins
Branch: refs/heads/8.13.x
Home: https://github.com/teiid/teiid
Commit: 9d1399b9bacee2359afef3789a5a623af9de7da8
https://github.com/teiid/teiid/commit/9d1399b9bacee2359afef3789a5a623af9d...
Author: shawkins <shawkins(a)redhat.com>
Date: 2016-03-04 (Fri, 04 Mar 2016)
Changed paths:
M engine/src/main/java/org/teiid/dqp/internal/process/AuthorizationValidationVisitor.java
M engine/src/main/java/org/teiid/dqp/internal/process/Request.java
M engine/src/main/java/org/teiid/query/processor/proc/ExecDynamicSqlInstruction.java
M engine/src/main/java/org/teiid/query/processor/proc/ProcedurePlan.java
M test-integration/common/src/test/java/org/teiid/jdbc/TestDataRoles.java
Log Message:
-----------
TEIID-4017 adding access checks for anonymous procedure dynamic sql
Conflicts:
test-integration/common/src/test/java/org/teiid/jdbc/TestDataRoles.java
8 years, 10 months
[teiid/teiid] c6519a: TEIID-4014 removing oid from system tables
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: c6519af1448c6a265508eaee489f4e98dcf3cc46
https://github.com/teiid/teiid/commit/c6519af1448c6a265508eaee489f4e98dcf...
Author: shawkins <shawkins(a)redhat.com>
Date: 2016-03-03 (Thu, 03 Mar 2016)
Changed paths:
M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
M engine/src/main/resources/org/teiid/metadata/SYS.sql
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_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/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/testDataTypes.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/testSchemas.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testTables.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testUsgae.expected
M test-integration/common/src/test/resources/TestVDBMerge/merge.after.expected
M test-integration/common/src/test/resources/TestVDBMerge/merge.before.expected
M test-integration/common/src/test/resources/TestVDBMerge/merge.test.expected
M test-integration/common/src/test/resources/TestVDBMerge/mergeEmpty.after.expected
M test-integration/common/src/test/resources/TestVDBMerge/mergeEmpty.before.expected
Log Message:
-----------
TEIID-4014 removing oid from system tables
8 years, 10 months
[teiid/teiid] 95c6c8: TEIID-2476 TEIID-3992 improving the performance of...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 95c6c8f70ee4b65ace96c178d71b379bbb105156
https://github.com/teiid/teiid/commit/95c6c8f70ee4b65ace96c178d71b379bbb1...
Author: shawkins <shawkins(a)redhat.com>
Date: 2016-03-03 (Thu, 03 Mar 2016)
Changed paths:
M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java
M engine/src/main/resources/org/teiid/metadata/SYS.sql
M runtime/src/main/java/org/teiid/deployers/PgCatalogMetadataStore.java
M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java
M test-integration/common/src/test/java/org/teiid/jdbc/TestDynamicImportedMetaData.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestODBCSchema.java
M test-integration/common/src/test/resources/TestCase3473/testGetCrossReference.expected
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/testGetFunctionColumns.expected
M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctions.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_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/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/testCrossReference.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testExportedKeys.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testImportedKeys.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testIndexInfoAll.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/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/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/testReferenceKeyColumns.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testTables.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testUsgae.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testViews.expected
M test-integration/common/src/test/resources/TestVDBMerge/merge.after.expected
M test-integration/common/src/test/resources/TestVDBMerge/merge.before.expected
M test-integration/common/src/test/resources/TestVDBMerge/merge.test.expected
M test-integration/common/src/test/resources/TestVDBMerge/mergeEmpty.after.expected
M test-integration/common/src/test/resources/TestVDBMerge/mergeEmpty.before.expected
M test-integration/common/src/test/resources/TestVirtualDocWithVirtualProc/testDefect15241b.expected
Log Message:
-----------
TEIID-2476 TEIID-3992 improving the performance of pg system queries
8 years, 10 months