Community
Participate
Working Groups
EclipseLink sometimes creates a temporary table to avoid a "self-modifying subquery". This temporary typed like an existing table. Sometimes, however, only the PK columns are needed. So far, MaxDB uses a CREATE TABLE <temp> LIKE <existing> statement. However, this techinique does not allow to restrict to the PK columns only.
Created attachment 180297 [details] proposed patch Tested on MaxDB. Checked in at 8320.
Fixes the issues with JUnitJPQLExamplesTestSuite .testDeleteExpression .testComplexDeleteExpression
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink