Opened 18 years ago
Closed 18 years ago
#61 closed defect (fixed)
Necessary changes to Schema Manager
Reported by: | thomasknoell | Owned by: | thomasknoell |
---|---|---|---|
Priority: | major | Milestone: | 3.3.0 |
Component: | GenericRdbms API | Version: | 3.2.0 |
Severity: | 2 | Keywords: | |
Cc: | External ID: |
Description
Tests have identified a couple of necessary changes to Schema Manager to support requests by different RDBMS providers.
Change History (2)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The fix involves changes to the following files:
Modified: \Providers\GenericRdbms\Src\UnitTest\Common\UnitTestUtil.cpp Modified: \Utilities\SchemaMgr\Inc\Sm\Lp\Schema.h Modified: \Utilities\SchemaMgr\Inc\Sm\Lp\SchemaCollection.h Modified: \Utilities\SchemaMgr\Src\Sm\Lp\Schema.cpp Modified: \Utilities\SchemaMgr\Src\Sm\Lp\SchemaCollection.cpp Modified: \Utilities\SchemaMgr\Src\Sm\Ph\DbObject.cpp
All changes were also ported to the trunk.