samasri / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
0 stars 2 forks source link

Change primary key in Overrides table #35

Closed samasri closed 6 years ago

samasri commented 6 years ago

At the moment, the PR in Overrides is all of the 3 columns: FunctionSig, BaseClassID, and OverridingClassID. The plan is to change the PR to FirstClassID, FunctionSig: the pair would be a foreign key to the pair in Function table: Signature, ClassID. This is one of the consequences of removing the id field from issue #32