Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] PostgreSQL database enum types

Hi Christopher,

I think that would be ok. If you can enter a bug that would be great and someone can have a further look at submitting the change for you.

Cheers,
Guy

On 21/09/2012 5:21 PM, Christopher Smith wrote:
I have looked through the source code, and the relevant conversion
appears to be in EnumTypeConverter#convertDataValueToObjectValue, on
line 146 of the trunk.  Is there a reason that obj needs to be cast to
a String, or would it be acceptable to replace the cast with
obj.toString()?


--

Oracle
Guy Pelletier

ORACLE Canada, 45 O'Connor Street Suite 400 Ottawa, Ontario Canada K1P 1A4

Green
            Oracle Oracle is committed to developing practices and products that help protect the environment


Back to the top