Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 305411 - Extra joins with Multiple Table Inheritance where the subclass has secondary tables

Fix checked in to 1.2.1 and subsequent streams

Code in toggleAdditionalTablePrimaryKeys was toggling too many tables causing us to lose a reference to the secondary tables.

Reviewed by Andrei Ilitchev

Added extra table to Swan in our MultipleTables model. This change caused our tests to fail prior to the fix and succeed with the change.


Back to the top