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
