Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] overwriteing coalesce

Hi Adrian,

I have attached a rough patch to the bug. Hopefully it will allow coalesce to be overridable. The key to the patch is that it looks up the ExpressionOperator for coalesce and then clones it so that it can be altered.

If it works for you we can fully review it and consider including it with your MaxDB check-in. We will likely have to also enter a bug to make the same changes for Case and a couple of other functions.

-Tom

Goerler, Adrian wrote:
Hi Tom,
_https://bugs.eclipse.org/bugs/show_bug.cgi?id=316774_ as mentioned in yesterdays call, we are a bit stuck with this bug. Basically, on MaxDB, we need a mechanism to replace COALESCE(.., .., .., ..) with VALUE(.., .., ..). Overwriting ExpressionOperator./coalesce/() with a platform operator does not do the trick, as it appears that ExpressionOperator./coalesce/() is never used. Instead, COALESCE seems to be hard-wired in Expression. I am not familar enough with the expression framework to make a smooth proposal to tackle this issue. Any help is apreciated. Thanks and best regards, Adrian SAP AG
Dietmar-Hopp-Allee 16, 69190 Walldorf, Germany
Sitz der Gesellschaft/Registered Office: Walldorf, Germany Vorstand/SAP Executive Board: Henning Kagermann (Sprecher/CEO), Léo Apotheker (stellvertretender Sprecher/Deputy CEO), Werner Brandt, Claus Heinrich, Gerhard Oswald, John Schwarz, Peter Zencke Vorsitzender des Aufsichtsrats/Chairperson of the SAP Supervisory Board: Hasso Plattner
Registergericht/Commercial Register Mannheim No HRB 350269


Back to the top