Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN main commit: Bug#299774 - fix to inheritance query for joined inheritance with subclasses

SVN main commit: Bug#299774 - fix to inheritance query for joined inheritance with subclasses

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=299774

 

Fixes an issue in our multiple table init which cause incorrect SQL in inheritance joins.

 

Code review: Andrei

 

Changes:

- Fix to ClassDescriptor multiple init to build _expression_ for all primary key fields, not just first.

 


Back to the top