I think the problem lies in how torque generates the om classes.
will keep on looking. column in the code below is actually of
type ColumnMap and not Column. So it may be okay.
anyway,
i'll post more when I find out what's the problem
mike
On Fri, Dec 08, 2000 at 04:42:51PM -0600, Mike Haberman wrote:
>
> 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]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]