You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by "Husek, Paul" <Pa...@pfizer.com> on 2007/10/26 18:56:52 UTC

NULLING NUMBERS

Hi!

 

I'm using torque 3.1 with Oracle 9.  Some of my numeric columns are
mapped to DECIMAL in the schema which torque converts to BigDecimal.
Normally everything works great.  Occasionally though I have a need to
place a null in one of these columns which causes torque to throw an
exception when the save() method is called.  Is there a way to do this?
Perhaps map the DECIMAL Column to something else?

 

Thanks,

 

Paul