Can someone confirm that this is a bug.  
I will submit the patch asap.



in BasePeer you have a lot of code doing this:
if (  column.getType() instanceof String )


however, in torque/model/Column.java
you have

 public String getType()
    return type;


  It should be 
  public Object getType()
     return columnType;


let me know, 


mike



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to