Gabriel Moreno <[EMAIL PROTECTED]> writes:
> I have a table with a column declared as NUMERIC with a default value.
> Torque is generating the right SQL ( after I modified db.props for
> Oracle), but is generating this wrong java code:
> private BigDecimal max_count=100;
>
> It should be:
> private BigDecimal max_count=new BigDecimal(100);
Right, but you certainly have not provided enough information for us
to do anything about this. What version of Turbine are you using?
What database are you using? Etc.
Patches appreciated.
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]