Off the top of my head, I'm pretty sure you can put them in fine but you
will get warnings in the logs about it.  I think the only time you run into
trouble is when the java type and the db column type are incompatible.

Regards
Scott

On 23/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> My code is doing lots of conversions between BigDecimal to Double for
> GenericValue.put() on "currency-amount" fields.
>
> Can I just put() the BigDecimal instead?
>
> I know I can test this pretty quick, but I am betting someone knows what
> is
> the most efficient way.
>
> Skip
>
>

Reply via email to