Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Bug 292974 - failure in OrderedList tests due to VARCHAR db field being used in arithmetic operations

Hi Andrei,

Thanks for preparing the patch so soon.

I found the new method name a bit confusing.
 convertsDatabaseFieldToNumericForArithmeticOperations()

My first impression was that I would need to implement something in my platform class to make it convert fields automatically.

How about something like the following? (most other supportsXXX methods are about what the database supports, not the platform class).

 supportsAutoConversionOfDatabaseFieldToNumericForArithmeticOperations()

My 2 cents.
Thanks,
Dies


Andrei Ilitchev wrote:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=292974

The patch is ready, please send any feedback you may have.

Thanks,

Andrei



Back to the top